Html Css Color HEX #066BBA Navy Blue

📋 copy color: '#066BBA'

red 6 ◦ green 107 ◦ blue 186

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

Shades of Navy Blue #066BBA

Tints of Navy Blue #066BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.79%

 BLUE value IS 186 (73.05% from 255) = 62.21%

R = 2.01%
G = 35.79%
B = 62.21%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#066BBA (or 0x066BBA) is known color: Navy Blue. HEX triplet: 06, 6B and BA. RGB value is (6,107,186). Sum of RGB (Red+Green+Blue) = 6+107+186=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #066BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066BBA is #F99445. Grayscale: #555555. Windows color (decimal): -16356422 or 12217094. OLE color: 12217094.

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

Color convert

RGB 6 107 186 -
CMYK 0.97 0.42 0 0.27
HSL 206.33º 0.94% 0.38% -
HSV(B) 206.33º 0.97% 0.73% -
XYZ 14.2 14.1 48.43 -
YUV 85.81 184.54 71.08 -
System Red Green Blue C M Y K H S L
Decimal 6 107 186 0.97 0.42 0 0.27 206.33 0.94 0.38
Hex 6 6B BA 61 2A 0 1B CE 5E 26
Octal 6 153 272 141 52 0 33 316 136 46
Binary 110 1101011 10111010 1100001 101010 0 11011 11001110 1011110 100110

Color Harmonies of #066BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066BBA

Black with #066BBA

Text Example


Text Example

White with #066BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,107,186); }

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

background-color css

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

 a { background-color: rgb(6,107,186); }

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

border-color css

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

 span { border-color: rgb(6,107,186); }

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