Html Css Color HEX #035AF0 Navy Blue

📋 copy color: '#035AF0'

red 3 ◦ green 90 ◦ blue 240

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

Shades of Navy Blue #035AF0

Tints of Navy Blue #035AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 72.07%

R = 0.9%
G = 27.03%
B = 72.07%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#035AF0 (or 0x035AF0) is known color: Navy Blue. HEX triplet: 03, 5A and F0. RGB value is (3,90,240). Sum of RGB (Red+Green+Blue) = 3+90+240=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 240 (94.14% from 255 or 72.07% from 333); Max value from RGB is 240 - color contains mainly: blue. Hex color #035AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035AF0 is #FCA50F. Grayscale: #505050. Windows color (decimal): -16557328 or 15751683. OLE color: 15751683.

HSL color Cylindrical-coordinate representation of color #035AF0: hue angle of 217.97º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035AF0 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 90 240 -
CMYK 0.99 0.62 0 0.06
HSL 217.97º 0.98% 0.48% -
HSV(B) 217.97º 0.99% 0.94% -
XYZ 19.42 13.62 84.04 -
YUV 81.09 217.68 72.3 -
System Red Green Blue C M Y K H S L
Decimal 3 90 240 0.99 0.62 0 0.06 217.97 0.98 0.48
Hex 3 5A F0 63 3E 0 6 DA 62 30
Octal 3 132 360 143 76 0 6 332 142 60
Binary 11 1011010 11110000 1100011 111110 0 110 11011010 1100010 110000

Color Harmonies of #035AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035AF0

Black with #035AF0

Text Example


Text Example

White with #035AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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