Html Css Color HEX #066ADA Navy Blue

📋 copy color: '#066ADA'

red 6 ◦ green 106 ◦ blue 218

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

Shades of Navy Blue #066ADA

Tints of Navy Blue #066ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.06%

R = 1.82%
G = 32.12%
B = 66.06%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#066ADA (or 0x066ADA) is known color: Navy Blue. HEX triplet: 06, 6A and DA. RGB value is (6,106,218). Sum of RGB (Red+Green+Blue) = 6+106+218=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #066ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ADA is #F99525. Grayscale: #585858. Windows color (decimal): -16356646 or 14313990. OLE color: 14313990.

HSL color Cylindrical-coordinate representation of color #066ADA: hue angle of 211.7º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066ADA is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 106 218 -
CMYK 0.97 0.51 0 0.15
HSL 211.7º 0.95% 0.44% -
HSV(B) 211.7º 0.97% 0.85% -
XYZ 17.88 15.41 68.36 -
YUV 88.87 200.87 68.89 -
System Red Green Blue C M Y K H S L
Decimal 6 106 218 0.97 0.51 0 0.15 211.7 0.95 0.44
Hex 6 6A DA 61 33 0 F D4 5F 2C
Octal 6 152 332 141 63 0 17 324 137 54
Binary 110 1101010 11011010 1100001 110011 0 1111 11010100 1011111 101100

Color Harmonies of #066ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066ADA

Black with #066ADA

Text Example


Text Example

White with #066ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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