Html Css Color HEX #0C516D Blue Lagoon

📋 copy color: '#0C516D'

red 12 ◦ green 81 ◦ blue 109

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

Shades of Blue Lagoon #0C516D

Tints of Blue Lagoon #0C516D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 53.96%

R = 5.94%
G = 40.1%
B = 53.96%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C516D (or 0x0C516D) is known color: Blue Lagoon. HEX triplet: 0C, 51 and 6D. RGB value is (12,81,109). Sum of RGB (Red+Green+Blue) = 12+81+109=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C516D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C516D is #F3AE92. Grayscale: #3F3F3F. Windows color (decimal): -15969939 or 7164172. OLE color: 7164172.

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

Color convert

RGB 12 81 109 -
CMYK 0.89 0.26 0 0.57
HSL 197.32º 0.8% 0.24% -
HSV(B) 197.32º 0.89% 0.43% -
XYZ 5.85 7.07 15.52 -
YUV 63.56 153.64 91.22 -
System Red Green Blue C M Y K H S L
Decimal 12 81 109 0.89 0.26 0 0.57 197.32 0.8 0.24
Hex C 51 6D 59 1A 0 39 C5 50 18
Octal 14 121 155 131 32 0 71 305 120 30
Binary 1100 1010001 1101101 1011001 11010 0 111001 11000101 1010000 11000

Color Harmonies of #0C516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C516D

Black with #0C516D

Text Example


Text Example

White with #0C516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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