Html Css Color HEX #0C5163 Blue Lagoon

📋 copy color: '#0C5163'

red 12 ◦ green 81 ◦ blue 99

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

Shades of Blue Lagoon #0C5163

Tints of Blue Lagoon #0C5163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 51.56%

R = 6.25%
G = 42.19%
B = 51.56%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0C5163 (or 0x0C5163) is known color: Blue Lagoon. HEX triplet: 0C, 51 and 63. RGB value is (12,81,99). Sum of RGB (Red+Green+Blue) = 12+81+99=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C5163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5163 is #F3AE9C. Grayscale: #3E3E3E. Windows color (decimal): -15969949 or 6508812. OLE color: 6508812.

HSL color Cylindrical-coordinate representation of color #0C5163: hue angle of 192.41º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C5163 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 81 99 -
CMYK 0.88 0.18 0 0.61
HSL 192.41º 0.78% 0.22% -
HSV(B) 192.41º 0.88% 0.39% -
XYZ 5.35 6.86 12.85 -
YUV 62.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 12 81 99 0.88 0.18 0 0.61 192.41 0.78 0.22
Hex C 51 63 58 12 0 3D C0 4E 16
Octal 14 121 143 130 22 0 75 300 116 26
Binary 1100 1010001 1100011 1011000 10010 0 111101 11000000 1001110 10110

Color Harmonies of #0C5163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5163

Black with #0C5163

Text Example


Text Example

White with #0C5163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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