Html Css Color HEX #035ADA Navy Blue

📋 copy color: '#035ADA'

red 3 ◦ green 90 ◦ blue 218

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

Shades of Navy Blue #035ADA

Tints of Navy Blue #035ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 70.1%

R = 0.96%
G = 28.94%
B = 70.1%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#035ADA (or 0x035ADA) is known color: Navy Blue. HEX triplet: 03, 5A and DA. RGB value is (3,90,218). Sum of RGB (Red+Green+Blue) = 3+90+218=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #035ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035ADA is #FCA525. Grayscale: #4D4D4D. Windows color (decimal): -16557350 or 14309891. OLE color: 14309891.

HSL color Cylindrical-coordinate representation of color #035ADA: hue angle of 215.72º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035ADA is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 90 218 -
CMYK 0.99 0.59 0 0.15
HSL 215.72º 0.97% 0.43% -
HSV(B) 215.72º 0.99% 0.85% -
XYZ 16.35 12.39 67.86 -
YUV 78.58 206.68 74.09 -
System Red Green Blue C M Y K H S L
Decimal 3 90 218 0.99 0.59 0 0.15 215.72 0.97 0.43
Hex 3 5A DA 63 3B 0 F D8 61 2B
Octal 3 132 332 143 73 0 17 330 141 53
Binary 11 1011010 11011010 1100011 111011 0 1111 11011000 1100001 101011

Color Harmonies of #035ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035ADA

Black with #035ADA

Text Example


Text Example

White with #035ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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