Html Css Color HEX #006AD2 Navy Blue

📋 copy color: '#006AD2'

red 0 ◦ green 106 ◦ blue 210

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

Shades of Navy Blue #006AD2

Tints of Navy Blue #006AD2

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 210 (82.42% from 255) = 66.46%

R = 0%
G = 33.54%
B = 66.46%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#006AD2 (or 0x006AD2) is known color: Navy Blue. HEX triplet: 00, 6A and D2. RGB value is (0,106,210). Sum of RGB (Red+Green+Blue) = 0+106+210=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 210 (82.42% from 255 or 66.46% from 316); Max value from RGB is 210 - color contains mainly: blue. Hex color #006AD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006AD2 is #FF952D. Grayscale: #555555. Windows color (decimal): -16749870 or 13789696. OLE color: 13789696.

HSL color Cylindrical-coordinate representation of color #006AD2: hue angle of 209.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AD2 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 106 210 -
CMYK 1 0.50 0 0.18
HSL 209.71º 1% 0.41% -
HSV(B) 209.71º 1% 0.82% -
XYZ 16.79 14.96 62.98 -
YUV 86.16 197.88 66.54 -
System Red Green Blue C M Y K H S L
Decimal 0 106 210 1 0.50 0 0.18 209.71 1 0.41
Hex 0 6A D2 64 32 0 12 D2 64 29
Octal 0 152 322 144 62 0 22 322 144 51
Binary 0 1101010 11010010 1100100 110010 0 10010 11010010 1100100 101001

Color Harmonies of #006AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006AD2

Black with #006AD2

Text Example


Text Example

White with #006AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006AD2; }

 p { color: rgb(0,106,210); }

 H1.HeaderClassName
 {
   color: #006AD2;
 }
 .AnyTagClassName
 {
   color: #006AD2;
 }
</style>

background-color css

<style>
 a { background-color: #006AD2; }

 a { background-color: rgb(0,106,210); }

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

border-color css

<style>
 span { border-color: #006AD2; }

 span { border-color: rgb(0,106,210); }

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