Html Css Color HEX #0C5768 Blue Lagoon

📋 copy color: '#0C5768'

red 12 ◦ green 87 ◦ blue 104

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

Shades of Blue Lagoon #0C5768

Tints of Blue Lagoon #0C5768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 51.23%

R = 5.91%
G = 42.86%
B = 51.23%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0C5768 (or 0x0C5768) is known color: Blue Lagoon. HEX triplet: 0C, 57 and 68. RGB value is (12,87,104). Sum of RGB (Red+Green+Blue) = 12+87+104=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #0C5768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5768 is #F3A897. Grayscale: #424242. Windows color (decimal): -15968408 or 6838028. OLE color: 6838028.

HSL color Cylindrical-coordinate representation of color #0C5768: hue angle of 191.09º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C5768 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 87 104 -
CMYK 0.88 0.16 0 0.59
HSL 191.09º 0.79% 0.23% -
HSV(B) 191.09º 0.88% 0.41% -
XYZ 6.06 7.89 14.3 -
YUV 66.51 149.15 89.12 -
System Red Green Blue C M Y K H S L
Decimal 12 87 104 0.88 0.16 0 0.59 191.09 0.79 0.23
Hex C 57 68 58 10 0 3B BF 4F 17
Octal 14 127 150 130 20 0 73 277 117 27
Binary 1100 1010111 1101000 1011000 10000 0 111011 10111111 1001111 10111

Color Harmonies of #0C5768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5768

Black with #0C5768

Text Example


Text Example

White with #0C5768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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