Html Css Color HEX #0C626E Blue Lagoon

📋 copy color: '#0C626E'

red 12 ◦ green 98 ◦ blue 110

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

Shades of Blue Lagoon #0C626E

Tints of Blue Lagoon #0C626E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50%

R = 5.45%
G = 44.55%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C626E (or 0x0C626E) is known color: Blue Lagoon. HEX triplet: 0C, 62 and 6E. RGB value is (12,98,110). Sum of RGB (Red+Green+Blue) = 12+98+110=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #0C626E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C626E is #F39D91. Grayscale: #494949. Windows color (decimal): -15965586 or 7234060. OLE color: 7234060.

HSL color Cylindrical-coordinate representation of color #0C626E: hue angle of 187.35º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C626E is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 12 98 110 -
CMYK 0.89 0.11 0 0.57
HSL 187.35º 0.8% 0.24% -
HSV(B) 187.35º 0.89% 0.43% -
XYZ 7.33 9.94 16.28 -
YUV 73.65 148.51 84.02 -
System Red Green Blue C M Y K H S L
Decimal 12 98 110 0.89 0.11 0 0.57 187.35 0.8 0.24
Hex C 62 6E 59 B 0 39 BB 50 18
Octal 14 142 156 131 13 0 71 273 120 30
Binary 1100 1100010 1101110 1011001 1011 0 111001 10111011 1010000 11000

Color Harmonies of #0C626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C626E

Black with #0C626E

Text Example


Text Example

White with #0C626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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