Html Css Color HEX #066ADC Navy Blue

📋 copy color: '#066ADC'

red 6 ◦ green 106 ◦ blue 220

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

Shades of Navy Blue #066ADC

Tints of Navy Blue #066ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.27%

R = 1.81%
G = 31.93%
B = 66.27%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#066ADC (or 0x066ADC) is known color: Navy Blue. HEX triplet: 06, 6A and DC. RGB value is (6,106,220). Sum of RGB (Red+Green+Blue) = 6+106+220=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #066ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ADC is #F99523. Grayscale: #585858. Windows color (decimal): -16356644 or 14445062. OLE color: 14445062.

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

Color convert

RGB 6 106 220 -
CMYK 0.97 0.52 0 0.14
HSL 211.96º 0.95% 0.44% -
HSV(B) 211.96º 0.97% 0.86% -
XYZ 18.15 15.51 69.75 -
YUV 89.1 201.87 68.73 -
System Red Green Blue C M Y K H S L
Decimal 6 106 220 0.97 0.52 0 0.14 211.96 0.95 0.44
Hex 6 6A DC 61 34 0 E D4 5F 2C
Octal 6 152 334 141 64 0 16 324 137 54
Binary 110 1101010 11011100 1100001 110100 0 1110 11010100 1011111 101100

Color Harmonies of #066ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066ADC

Black with #066ADC

Text Example


Text Example

White with #066ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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