Html Css Color HEX #0C616D Blue Lagoon

📋 copy color: '#0C616D'

red 12 ◦ green 97 ◦ blue 109

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

Shades of Blue Lagoon #0C616D

Tints of Blue Lagoon #0C616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.5%

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

R = 5.5%
G = 44.5%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C616D (or 0x0C616D) is known color: Blue Lagoon. HEX triplet: 0C, 61 and 6D. RGB value is (12,97,109). Sum of RGB (Red+Green+Blue) = 12+97+109=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C616D is #F39E92. Grayscale: #484848. Windows color (decimal): -15965843 or 7168268. OLE color: 7168268.

HSL color Cylindrical-coordinate representation of color #0C616D: hue angle of 187.42º 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 #0C616D is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 12 97 109 -
CMYK 0.89 0.11 0 0.57
HSL 187.42º 0.8% 0.24% -
HSV(B) 187.42º 0.89% 0.43% -
XYZ 7.19 9.73 15.97 -
YUV 72.95 148.34 84.52 -
System Red Green Blue C M Y K H S L
Decimal 12 97 109 0.89 0.11 0 0.57 187.42 0.8 0.24
Hex C 61 6D 59 B 0 39 BB 50 18
Octal 14 141 155 131 13 0 71 273 120 30
Binary 1100 1100001 1101101 1011001 1011 0 111001 10111011 1010000 11000

Color Harmonies of #0C616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C616D

Black with #0C616D

Text Example


Text Example

White with #0C616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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