Html Css Color HEX #035ADE Navy Blue

📋 copy color: '#035ADE'

red 3 ◦ green 90 ◦ blue 222

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

Shades of Navy Blue #035ADE

Tints of Navy Blue #035ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.57%

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

R = 0.95%
G = 28.57%
B = 70.48%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#035ADE (or 0x035ADE) is known color: Navy Blue. HEX triplet: 03, 5A and DE. RGB value is (3,90,222). Sum of RGB (Red+Green+Blue) = 3+90+222=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 222 (87.11% from 255 or 70.48% from 315); Max value from RGB is 222 - color contains mainly: blue. Hex color #035ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035ADE is #FCA521. Grayscale: #4E4E4E. Windows color (decimal): -16557346 or 14572035. OLE color: 14572035.

HSL color Cylindrical-coordinate representation of color #035ADE: hue angle of 216.16º 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 #035ADE is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 90 222 -
CMYK 0.99 0.59 0 0.13
HSL 216.16º 0.97% 0.44% -
HSV(B) 216.16º 0.99% 0.87% -
XYZ 16.88 12.61 70.65 -
YUV 79.04 208.68 73.77 -
System Red Green Blue C M Y K H S L
Decimal 3 90 222 0.99 0.59 0 0.13 216.16 0.97 0.44
Hex 3 5A DE 63 3B 0 D D8 61 2C
Octal 3 132 336 143 73 0 15 330 141 54
Binary 11 1011010 11011110 1100011 111011 0 1101 11011000 1100001 101100

Color Harmonies of #035ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035ADE

Black with #035ADE

Text Example


Text Example

White with #035ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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