Html Css Color HEX #0C596F Blue Lagoon

📋 copy color: '#0C596F'

red 12 ◦ green 89 ◦ blue 111

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

Shades of Blue Lagoon #0C596F

Tints of Blue Lagoon #0C596F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.98%

 BLUE value IS 111 (43.75% from 255) = 52.36%

R = 5.66%
G = 41.98%
B = 52.36%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C596F (or 0x0C596F) is known color: Blue Lagoon. HEX triplet: 0C, 59 and 6F. RGB value is (12,89,111). Sum of RGB (Red+Green+Blue) = 12+89+111=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C596F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C596F is #F3A690. Grayscale: #444444. Windows color (decimal): -15967889 or 7297292. OLE color: 7297292.

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

Color convert

RGB 12 89 111 -
CMYK 0.89 0.20 0 0.56
HSL 193.33º 0.8% 0.24% -
HSV(B) 193.33º 0.89% 0.44% -
XYZ 6.59 8.37 16.31 -
YUV 68.49 151.99 87.71 -
System Red Green Blue C M Y K H S L
Decimal 12 89 111 0.89 0.20 0 0.56 193.33 0.8 0.24
Hex C 59 6F 59 14 0 38 C1 50 18
Octal 14 131 157 131 24 0 70 301 120 30
Binary 1100 1011001 1101111 1011001 10100 0 111000 11000001 1010000 11000

Color Harmonies of #0C596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C596F

Black with #0C596F

Text Example


Text Example

White with #0C596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,89,111); }

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

background-color css

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

 a { background-color: rgb(12,89,111); }

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

border-color css

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

 span { border-color: rgb(12,89,111); }

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