Html Css Color HEX #006ADE Navy Blue

📋 copy color: '#006ADE'

red 0 ◦ green 106 ◦ blue 222

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

Shades of Navy Blue #006ADE

Tints of Navy Blue #006ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 67.68%

R = 0%
G = 32.32%
B = 67.68%

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

#006ADE (or 0x006ADE) is known color: Navy Blue. HEX triplet: 00, 6A and DE. RGB value is (0,106,222). Sum of RGB (Red+Green+Blue) = 0+106+222=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 222 (87.11% from 255 or 67.68% from 328); Max value from RGB is 222 - color contains mainly: blue. Hex color #006ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ADE is #FF9521. Grayscale: #565656. Windows color (decimal): -16749858 or 14576128. OLE color: 14576128.

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

Color convert

RGB 0 106 222 -
CMYK 1 0.52 0 0.13
HSL 211.35º 1% 0.44% -
HSV(B) 211.35º 1% 0.87% -
XYZ 18.34 15.58 71.15 -
YUV 87.53 203.88 65.57 -
System Red Green Blue C M Y K H S L
Decimal 0 106 222 1 0.52 0 0.13 211.35 1 0.44
Hex 0 6A DE 64 34 0 D D3 64 2C
Octal 0 152 336 144 64 0 15 323 144 54
Binary 0 1101010 11011110 1100100 110100 0 1101 11010011 1100100 101100

Color Harmonies of #006ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006ADE

Black with #006ADE

Text Example


Text Example

White with #006ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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