Html Css Color HEX #0C66AA Denim

📋 copy color: '#0C66AA'

red 12 ◦ green 102 ◦ blue 170

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

Shades of Denim #0C66AA

Tints of Denim #0C66AA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.92%

 BLUE value IS 170 (66.8% from 255) = 59.86%

R = 4.23%
G = 35.92%
B = 59.86%

CMYK

 C value IS 0.93

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C66AA (or 0x0C66AA) is known color: Denim. HEX triplet: 0C, 66 and AA. RGB value is (12,102,170). Sum of RGB (Red+Green+Blue) = 12+102+170=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C66AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C66AA is #F39955. Grayscale: #525252. Windows color (decimal): -15964502 or 11167244. OLE color: 11167244.

HSL color Cylindrical-coordinate representation of color #0C66AA: hue angle of 205.82º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C66AA is Cyan = 0.93, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 102 170 -
CMYK 0.93 0.4 0 0.33
HSL 205.82º 0.87% 0.36% -
HSV(B) 205.82º 0.93% 0.67% -
XYZ 12.16 12.48 39.8 -
YUV 82.84 177.18 77.47 -
System Red Green Blue C M Y K H S L
Decimal 12 102 170 0.93 0.4 0 0.33 205.82 0.87 0.36
Hex C 66 AA 5D 28 0 21 CE 57 24
Octal 14 146 252 135 50 0 41 316 127 44
Binary 1100 1100110 10101010 1011101 101000 0 100001 11001110 1010111 100100

Color Harmonies of #0C66AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C66AA

Black with #0C66AA

Text Example


Text Example

White with #0C66AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,102,170); }

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

background-color css

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

 a { background-color: rgb(12,102,170); }

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

border-color css

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

 span { border-color: rgb(12,102,170); }

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