Html Css Color HEX #035EF5 Navy Blue

📋 copy color: '#035EF5'

red 3 ◦ green 94 ◦ blue 245

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

Shades of Navy Blue #035EF5

Tints of Navy Blue #035EF5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.49%

 BLUE value IS 245 (96.09% from 255) = 71.64%

R = 0.88%
G = 27.49%
B = 71.64%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#035EF5 (or 0x035EF5) is known color: Navy Blue. HEX triplet: 03, 5E and F5. RGB value is (3,94,245). Sum of RGB (Red+Green+Blue) = 3+94+245=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 245 (96.09% from 255 or 71.64% from 342); Max value from RGB is 245 - color contains mainly: blue. Hex color #035EF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035EF5 is #FCA10A. Grayscale: #535353. Windows color (decimal): -16556299 or 16080387. OLE color: 16080387.

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

Color convert

RGB 3 94 245 -
CMYK 0.99 0.62 0 0.04
HSL 217.44º 0.98% 0.49% -
HSV(B) 217.44º 0.99% 0.96% -
XYZ 20.52 14.62 88.13 -
YUV 84.01 218.85 70.22 -
System Red Green Blue C M Y K H S L
Decimal 3 94 245 0.99 0.62 0 0.04 217.44 0.98 0.49
Hex 3 5E F5 63 3E 0 4 D9 62 31
Octal 3 136 365 143 76 0 4 331 142 61
Binary 11 1011110 11110101 1100011 111110 0 100 11011001 1100010 110001

Color Harmonies of #035EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035EF5

Black with #035EF5

Text Example


Text Example

White with #035EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,94,245); }

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

background-color css

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

 a { background-color: rgb(3,94,245); }

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

border-color css

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

 span { border-color: rgb(3,94,245); }

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