Html Css Color HEX #0C627B Blue Lagoon

📋 copy color: '#0C627B'

red 12 ◦ green 98 ◦ blue 123

#0C627B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #0C627B

Tints of Blue Lagoon #0C627B

RGB

 RED value IS 12 (5.08% from 255) = 5.15%

 GREEN value IS 98 (38.67% from 255) = 42.06%

 BLUE value IS 123 (48.44% from 255) = 52.79%

R = 5.15%
G = 42.06%
B = 52.79%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C627B (or 0x0C627B) is known color: Blue Lagoon. HEX triplet: 0C, 62 and 7B. RGB value is (12,98,123). Sum of RGB (Red+Green+Blue) = 12+98+123=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C627B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C627B is #F39D84. Grayscale: #4A4A4A. Windows color (decimal): -15965573 or 8086028. OLE color: 8086028.

HSL color Cylindrical-coordinate representation of color #0C627B: hue angle of 193.51º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C627B is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 12 98 123 -
CMYK 0.90 0.20 0 0.52
HSL 193.51º 0.82% 0.26% -
HSV(B) 193.51º 0.9% 0.48% -
XYZ 8.09 10.24 20.29 -
YUV 75.14 155.01 82.97 -
System Red Green Blue C M Y K H S L
Decimal 12 98 123 0.90 0.20 0 0.52 193.51 0.82 0.26
Hex C 62 7B 5A 14 0 34 C2 52 1A
Octal 14 142 173 132 24 0 64 302 122 32
Binary 1100 1100010 1111011 1011010 10100 0 110100 11000010 1010010 11010

Color Harmonies of #0C627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C627B

Black with #0C627B

Text Example


Text Example

White with #0C627B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C627B; }

 p { color: rgb(12,98,123); }

 H1.HeaderClassName
 {
   color: #0C627B;
 }
 .AnyTagClassName
 {
   color: #0C627B;
 }
</style>

background-color css

<style>
 a { background-color: #0C627B; }

 a { background-color: rgb(12,98,123); }

 div.DivClassName
 {
   background-color: #0C627B;
 }
 .BgClassName
 {
   background-color: #0C627B;
 }
</style>

border-color css

<style>
 span { border-color: #0C627B; }

 span { border-color: rgb(12,98,123); }

 td.TdClassName
 {
   border-color: #0C627B;
 }
 .TagClassName
 {
   border-color: #0C627B;
 }
</style>