Html Css Color HEX #066AB9 Denim

📋 copy color: '#066AB9'

red 6 ◦ green 106 ◦ blue 185

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

Shades of Denim #066AB9

Tints of Denim #066AB9

RGB

 RED value IS 6 (2.73% from 255) = 2.02%

 GREEN value IS 106 (41.8% from 255) = 35.69%

 BLUE value IS 185 (72.66% from 255) = 62.29%

R = 2.02%
G = 35.69%
B = 62.29%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#066AB9 (or 0x066AB9) is known color: Denim. HEX triplet: 06, 6A and B9. RGB value is (6,106,185). Sum of RGB (Red+Green+Blue) = 6+106+185=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 185 (72.66% from 255 or 62.29% from 297); Max value from RGB is 185 - color contains mainly: blue. Hex color #066AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066AB9 is #F99546. Grayscale: #545454. Windows color (decimal): -16356679 or 12151302. OLE color: 12151302.

HSL color Cylindrical-coordinate representation of color #066AB9: hue angle of 206.48º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066AB9 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 106 185 -
CMYK 0.97 0.43 0 0.27
HSL 206.48º 0.94% 0.37% -
HSV(B) 206.48º 0.97% 0.73% -
XYZ 13.99 13.85 47.84 -
YUV 85.11 184.37 71.58 -
System Red Green Blue C M Y K H S L
Decimal 6 106 185 0.97 0.43 0 0.27 206.48 0.94 0.37
Hex 6 6A B9 61 2B 0 1B CE 5E 25
Octal 6 152 271 141 53 0 33 316 136 45
Binary 110 1101010 10111001 1100001 101011 0 11011 11001110 1011110 100101

Color Harmonies of #066AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066AB9

Black with #066AB9

Text Example


Text Example

White with #066AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066AB9; }

 p { color: rgb(6,106,185); }

 H1.HeaderClassName
 {
   color: #066AB9;
 }
 .AnyTagClassName
 {
   color: #066AB9;
 }
</style>

background-color css

<style>
 a { background-color: #066AB9; }

 a { background-color: rgb(6,106,185); }

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

border-color css

<style>
 span { border-color: #066AB9; }

 span { border-color: rgb(6,106,185); }

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