Html Css Color HEX #035AD5 Navy Blue

📋 copy color: '#035AD5'

red 3 ◦ green 90 ◦ blue 213

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

Shades of Navy Blue #035AD5

Tints of Navy Blue #035AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 69.61%

R = 0.98%
G = 29.41%
B = 69.61%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#035AD5 (or 0x035AD5) is known color: Navy Blue. HEX triplet: 03, 5A and D5. RGB value is (3,90,213). Sum of RGB (Red+Green+Blue) = 3+90+213=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 213 (83.59% from 255 or 69.61% from 306); Max value from RGB is 213 - color contains mainly: blue. Hex color #035AD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035AD5 is #FCA52A. Grayscale: #4D4D4D. Windows color (decimal): -16557355 or 13982211. OLE color: 13982211.

HSL color Cylindrical-coordinate representation of color #035AD5: hue angle of 215.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035AD5 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 90 213 -
CMYK 0.99 0.58 0 0.16
HSL 215.14º 0.97% 0.42% -
HSV(B) 215.14º 0.99% 0.84% -
XYZ 15.7 12.14 64.47 -
YUV 78.01 204.18 74.5 -
System Red Green Blue C M Y K H S L
Decimal 3 90 213 0.99 0.58 0 0.16 215.14 0.97 0.42
Hex 3 5A D5 63 3A 0 10 D7 61 2A
Octal 3 132 325 143 72 0 20 327 141 52
Binary 11 1011010 11010101 1100011 111010 0 10000 11010111 1100001 101010

Color Harmonies of #035AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035AD5

Black with #035AD5

Text Example


Text Example

White with #035AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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