Html Css Color HEX #035ADD Navy Blue

📋 copy color: '#035ADD'

red 3 ◦ green 90 ◦ blue 221

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

Shades of Navy Blue #035ADD

Tints of Navy Blue #035ADD

RGB

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

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

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

R = 0.96%
G = 28.66%
B = 70.38%

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

#035ADD (or 0x035ADD) is known color: Navy Blue. HEX triplet: 03, 5A and DD. RGB value is (3,90,221). Sum of RGB (Red+Green+Blue) = 3+90+221=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #035ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035ADD is #FCA522. Grayscale: #4E4E4E. Windows color (decimal): -16557347 or 14506499. OLE color: 14506499.

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

Color convert

RGB 3 90 221 -
CMYK 0.99 0.59 0 0.13
HSL 216.06º 0.97% 0.44% -
HSV(B) 216.06º 0.99% 0.87% -
XYZ 16.74 12.55 69.95 -
YUV 78.92 208.18 73.85 -
System Red Green Blue C M Y K H S L
Decimal 3 90 221 0.99 0.59 0 0.13 216.06 0.97 0.44
Hex 3 5A DD 63 3B 0 D D8 61 2C
Octal 3 132 335 143 73 0 15 330 141 54
Binary 11 1011010 11011101 1100011 111011 0 1101 11011000 1100001 101100

Color Harmonies of #035ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035ADD

Black with #035ADD

Text Example


Text Example

White with #035ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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