Html Css Color HEX #036ADE Navy Blue

📋 copy color: '#036ADE'

red 3 ◦ green 106 ◦ blue 222

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

Shades of Navy Blue #036ADE

Tints of Navy Blue #036ADE

RGB

 RED value IS 3 (1.56% from 255) = 0.91%

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

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

R = 0.91%
G = 32.02%
B = 67.07%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#036ADE (or 0x036ADE) is known color: Navy Blue. HEX triplet: 03, 6A and DE. RGB value is (3,106,222). Sum of RGB (Red+Green+Blue) = 3+106+222=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #036ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ADE is #FC9521. Grayscale: #575757. Windows color (decimal): -16553250 or 14576131. OLE color: 14576131.

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

Color convert

RGB 3 106 222 -
CMYK 0.99 0.52 0 0.13
HSL 211.78º 0.97% 0.44% -
HSV(B) 211.78º 0.99% 0.87% -
XYZ 18.38 15.6 71.15 -
YUV 88.43 203.38 67.07 -
System Red Green Blue C M Y K H S L
Decimal 3 106 222 0.99 0.52 0 0.13 211.78 0.97 0.44
Hex 3 6A DE 63 34 0 D D4 61 2C
Octal 3 152 336 143 64 0 15 324 141 54
Binary 11 1101010 11011110 1100011 110100 0 1101 11010100 1100001 101100

Color Harmonies of #036ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036ADE

Black with #036ADE

Text Example


Text Example

White with #036ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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