Html Css Color HEX #035AFF Navy Blue

📋 copy color: '#035AFF'

red 3 ◦ green 90 ◦ blue 255

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

Shades of Navy Blue #035AFF

Tints of Navy Blue #035AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.28%

R = 0.86%
G = 25.86%
B = 73.28%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#035AFF (or 0x035AFF) is known color: Navy Blue. HEX triplet: 03, 5A and FF. RGB value is (3,90,255). Sum of RGB (Red+Green+Blue) = 3+90+255=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #035AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035AFF is #FCA500. Grayscale: #525252. Windows color (decimal): -16557313 or 16734723. OLE color: 16734723.

HSL color Cylindrical-coordinate representation of color #035AFF: hue angle of 219.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035AFF is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 3 90 255 -
CMYK 0.99 0.65 0 0
HSL 219.29º 1% 0.51% -
HSV(B) 219.29º 0.99% 1% -
XYZ 21.74 14.55 96.27 -
YUV 82.8 225.18 71.08 -
System Red Green Blue C M Y K H S L
Decimal 3 90 255 0.99 0.65 0 0 219.29 1 0.51
Hex 3 5A FF 63 41 0 0 DB 64 33
Octal 3 132 377 143 101 0 0 333 144 63
Binary 11 1011010 11111111 1100011 1000001 0 0 11011011 1100100 110011

Color Harmonies of #035AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035AFF

Black with #035AFF

Text Example


Text Example

White with #035AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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