Html Css Color HEX #006ADD Navy Blue

📋 copy color: '#006ADD'

red 0 ◦ green 106 ◦ blue 221

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

Shades of Navy Blue #006ADD

Tints of Navy Blue #006ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 67.58%

R = 0%
G = 32.42%
B = 67.58%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#006ADD (or 0x006ADD) is known color: Navy Blue. HEX triplet: 00, 6A and DD. RGB value is (0,106,221). Sum of RGB (Red+Green+Blue) = 0+106+221=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #006ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ADD is #FF9522. Grayscale: #565656. Windows color (decimal): -16749859 or 14510592. OLE color: 14510592.

HSL color Cylindrical-coordinate representation of color #006ADD: hue angle of 211.22º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006ADD is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 106 221 -
CMYK 1 0.52 0 0.13
HSL 211.22º 1% 0.43% -
HSV(B) 211.22º 1% 0.87% -
XYZ 18.21 15.53 70.44 -
YUV 87.42 203.38 65.65 -
System Red Green Blue C M Y K H S L
Decimal 0 106 221 1 0.52 0 0.13 211.22 1 0.43
Hex 0 6A DD 64 34 0 D D3 64 2B
Octal 0 152 335 144 64 0 15 323 144 53
Binary 0 1101010 11011101 1100100 110100 0 1101 11010011 1100100 101011

Color Harmonies of #006ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006ADD

Black with #006ADD

Text Example


Text Example

White with #006ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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