Html Css Color HEX #0C66BE Denim

📋 copy color: '#0C66BE'

red 12 ◦ green 102 ◦ blue 190

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

Shades of Denim #0C66BE

Tints of Denim #0C66BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.5%

R = 3.95%
G = 33.55%
B = 62.5%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C66BE (or 0x0C66BE) is known color: Denim. HEX triplet: 0C, 66 and BE. RGB value is (12,102,190). Sum of RGB (Red+Green+Blue) = 12+102+190=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C66BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C66BE is #F39941. Grayscale: #545454. Windows color (decimal): -15964482 or 12477964. OLE color: 12477964.

HSL color Cylindrical-coordinate representation of color #0C66BE: hue angle of 209.66º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C66BE is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 102 190 -
CMYK 0.94 0.46 0 0.25
HSL 209.66º 0.88% 0.4% -
HSV(B) 209.66º 0.94% 0.75% -
XYZ 14.2 13.3 50.53 -
YUV 85.12 187.18 75.84 -
System Red Green Blue C M Y K H S L
Decimal 12 102 190 0.94 0.46 0 0.25 209.66 0.88 0.4
Hex C 66 BE 5E 2E 0 19 D2 58 28
Octal 14 146 276 136 56 0 31 322 130 50
Binary 1100 1100110 10111110 1011110 101110 0 11001 11010010 1011000 101000

Color Harmonies of #0C66BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C66BE

Black with #0C66BE

Text Example


Text Example

White with #0C66BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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