Html Css Color HEX #0C5161 Blue Lagoon

📋 copy color: '#0C5161'

red 12 ◦ green 81 ◦ blue 97

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

Shades of Blue Lagoon #0C5161

Tints of Blue Lagoon #0C5161

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.63%

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

R = 6.32%
G = 42.63%
B = 51.05%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C5161 (or 0x0C5161) is known color: Blue Lagoon. HEX triplet: 0C, 51 and 61. RGB value is (12,81,97). Sum of RGB (Red+Green+Blue) = 12+81+97=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C5161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5161 is #F3AE9E. Grayscale: #3E3E3E. Windows color (decimal): -15969951 or 6377740. OLE color: 6377740.

HSL color Cylindrical-coordinate representation of color #0C5161: hue angle of 191.29º 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 #0C5161 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 81 97 -
CMYK 0.88 0.16 0 0.62
HSL 191.29º 0.78% 0.21% -
HSV(B) 191.29º 0.88% 0.38% -
XYZ 5.25 6.83 12.35 -
YUV 62.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 12 81 97 0.88 0.16 0 0.62 191.29 0.78 0.21
Hex C 51 61 58 10 0 3E BF 4E 15
Octal 14 121 141 130 20 0 76 277 116 25
Binary 1100 1010001 1100001 1011000 10000 0 111110 10111111 1001110 10101

Color Harmonies of #0C5161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5161

Black with #0C5161

Text Example


Text Example

White with #0C5161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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