Html Css Color HEX #0C576D Blue Lagoon

📋 copy color: '#0C576D'

red 12 ◦ green 87 ◦ blue 109

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

Shades of Blue Lagoon #0C576D

Tints of Blue Lagoon #0C576D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.83%

 BLUE value IS 109 (42.97% from 255) = 52.4%

R = 5.77%
G = 41.83%
B = 52.4%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C576D (or 0x0C576D) is known color: Blue Lagoon. HEX triplet: 0C, 57 and 6D. RGB value is (12,87,109). Sum of RGB (Red+Green+Blue) = 12+87+109=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C576D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C576D is #F3A892. Grayscale: #424242. Windows color (decimal): -15968403 or 7165708. OLE color: 7165708.

HSL color Cylindrical-coordinate representation of color #0C576D: hue angle of 193.61º 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 #0C576D is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 12 87 109 -
CMYK 0.89 0.20 0 0.57
HSL 193.61º 0.8% 0.24% -
HSV(B) 193.61º 0.89% 0.43% -
XYZ 6.32 8 15.68 -
YUV 67.08 151.65 88.71 -
System Red Green Blue C M Y K H S L
Decimal 12 87 109 0.89 0.20 0 0.57 193.61 0.8 0.24
Hex C 57 6D 59 14 0 39 C2 50 18
Octal 14 127 155 131 24 0 71 302 120 30
Binary 1100 1010111 1101101 1011001 10100 0 111001 11000010 1010000 11000

Color Harmonies of #0C576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C576D

Black with #0C576D

Text Example


Text Example

White with #0C576D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,87,109); }

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

background-color css

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

 a { background-color: rgb(12,87,109); }

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

border-color css

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

 span { border-color: rgb(12,87,109); }

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