Html Css Color HEX #066ABF Navy Blue

📋 copy color: '#066ABF'

red 6 ◦ green 106 ◦ blue 191

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

Shades of Navy Blue #066ABF

Tints of Navy Blue #066ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.04%

R = 1.98%
G = 34.98%
B = 63.04%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#066ABF (or 0x066ABF) is known color: Navy Blue. HEX triplet: 06, 6A and BF. RGB value is (6,106,191). Sum of RGB (Red+Green+Blue) = 6+106+191=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #066ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ABF is #F99540. Grayscale: #555555. Windows color (decimal): -16356673 or 12544518. OLE color: 12544518.

HSL color Cylindrical-coordinate representation of color #066ABF: hue angle of 207.57º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066ABF is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 106 191 -
CMYK 0.97 0.45 0 0.25
HSL 207.57º 0.94% 0.39% -
HSV(B) 207.57º 0.97% 0.75% -
XYZ 14.63 14.11 51.24 -
YUV 85.79 187.37 71.09 -
System Red Green Blue C M Y K H S L
Decimal 6 106 191 0.97 0.45 0 0.25 207.57 0.94 0.39
Hex 6 6A BF 61 2D 0 19 D0 5E 27
Octal 6 152 277 141 55 0 31 320 136 47
Binary 110 1101010 10111111 1100001 101101 0 11001 11010000 1011110 100111

Color Harmonies of #066ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066ABF

Black with #066ABF

Text Example


Text Example

White with #066ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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