Html Css Color HEX #0C6071 Blue Lagoon

📋 copy color: '#0C6071'

red 12 ◦ green 96 ◦ blue 113

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

Shades of Blue Lagoon #0C6071

Tints of Blue Lagoon #0C6071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.44%

 BLUE value IS 113 (44.53% from 255) = 51.13%

R = 5.43%
G = 43.44%
B = 51.13%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C6071 (or 0x0C6071) is known color: Blue Lagoon. HEX triplet: 0C, 60 and 71. RGB value is (12,96,113). Sum of RGB (Red+Green+Blue) = 12+96+113=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C6071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6071 is #F39F8E. Grayscale: #484848. Windows color (decimal): -15966095 or 7430156. OLE color: 7430156.

HSL color Cylindrical-coordinate representation of color #0C6071: hue angle of 190.1º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6071 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 96 113 -
CMYK 0.89 0.15 0 0.56
HSL 190.1º 0.81% 0.25% -
HSV(B) 190.1º 0.89% 0.44% -
XYZ 7.32 9.64 17.1 -
YUV 72.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 12 96 113 0.89 0.15 0 0.56 190.1 0.81 0.25
Hex C 60 71 59 F 0 38 BE 51 19
Octal 14 140 161 131 17 0 70 276 121 31
Binary 1100 1100000 1110001 1011001 1111 0 111000 10111110 1010001 11001

Color Harmonies of #0C6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6071

Black with #0C6071

Text Example


Text Example

White with #0C6071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,96,113); }

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

background-color css

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

 a { background-color: rgb(12,96,113); }

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

border-color css

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

 span { border-color: rgb(12,96,113); }

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