Html Css Color HEX #0C6067 Blue Lagoon

📋 copy color: '#0C6067'

red 12 ◦ green 96 ◦ blue 103

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

Shades of Blue Lagoon #0C6067

Tints of Blue Lagoon #0C6067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 48.82%

R = 5.69%
G = 45.5%
B = 48.82%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0C6067 (or 0x0C6067) is known color: Blue Lagoon. HEX triplet: 0C, 60 and 67. RGB value is (12,96,103). Sum of RGB (Red+Green+Blue) = 12+96+103=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #0C6067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6067 is #F39F98. Grayscale: #474747. Windows color (decimal): -15966105 or 6774796. OLE color: 6774796.

HSL color Cylindrical-coordinate representation of color #0C6067: hue angle of 184.62º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6067 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 12 96 103 -
CMYK 0.88 0.07 0 0.60
HSL 184.62º 0.79% 0.23% -
HSV(B) 184.62º 0.88% 0.4% -
XYZ 6.78 9.42 14.29 -
YUV 71.68 145.67 85.43 -
System Red Green Blue C M Y K H S L
Decimal 12 96 103 0.88 0.07 0 0.60 184.62 0.79 0.23
Hex C 60 67 58 7 0 3C B9 4F 17
Octal 14 140 147 130 7 0 74 271 117 27
Binary 1100 1100000 1100111 1011000 111 0 111100 10111001 1001111 10111

Color Harmonies of #0C6067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6067

Black with #0C6067

Text Example


Text Example

White with #0C6067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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