Html Css Color HEX #0C5261 Blue Lagoon

📋 copy color: '#0C5261'

red 12 ◦ green 82 ◦ blue 97

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

Shades of Blue Lagoon #0C5261

Tints of Blue Lagoon #0C5261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.93%

 BLUE value IS 97 (38.28% from 255) = 50.79%

R = 6.28%
G = 42.93%
B = 50.79%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C5261 (or 0x0C5261) is known color: Blue Lagoon. HEX triplet: 0C, 52 and 61. RGB value is (12,82,97). Sum of RGB (Red+Green+Blue) = 12+82+97=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C5261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5261 is #F3AD9E. Grayscale: #3E3E3E. Windows color (decimal): -15969695 or 6377996. OLE color: 6377996.

HSL color Cylindrical-coordinate representation of color #0C5261: hue angle of 190.59º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C5261 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 82 97 -
CMYK 0.88 0.15 0 0.62
HSL 190.59º 0.78% 0.21% -
HSV(B) 190.59º 0.88% 0.38% -
XYZ 5.33 6.98 12.37 -
YUV 62.78 147.31 91.78 -
System Red Green Blue C M Y K H S L
Decimal 12 82 97 0.88 0.15 0 0.62 190.59 0.78 0.21
Hex C 52 61 58 F 0 3E BF 4E 15
Octal 14 122 141 130 17 0 76 277 116 25
Binary 1100 1010010 1100001 1011000 1111 0 111110 10111111 1001110 10101

Color Harmonies of #0C5261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5261

Black with #0C5261

Text Example


Text Example

White with #0C5261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,82,97); }

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

background-color css

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

 a { background-color: rgb(12,82,97); }

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

border-color css

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

 span { border-color: rgb(12,82,97); }

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