#035EF0

Color #035EF0 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #035EF0

Tints of Navy Blue #035EF0

Color information

#035EF0 (or 0x035EF0) is unknown color: approx Navy Blue. HEX triplet: 03, 5E and F0. RGB value is (3,94,240). Sum of RGB (Red+Green+Blue) = 3+94+240=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 240 (94.14% from 255 or 71.22% from 337); Max value from RGB is 240 - color contains mainly: blue. Hex color #035EF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035EF0 is #FCA10F. Grayscale: #525252. Windows color (decimal): -16556304 or 15752707. OLE color: 15752707.

HSL color Cylindrical-coordinate representation of color #035EF0: hue angle of 216.96º 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 #035EF0 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB394240-
CMYK0.990.6100.06
HSL216.96º97.53%47.65%-
HSV(B)216.96º98.75%94.12%-
XYZ19.7714.3284.16-
YUV83.44216.3570.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.89%
GREEN value IS 94 (37.11% from 255) = 27.89%
BLUE value IS 240 (94.14% from 255) = 71.22%
R=0.89%
G=27.89%
B=71.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal3942400.990.6100.06216.9697.5347.65
Hex35EF0633D06d96230
Octal3136360143750633114260
Binary1110111101111000011000111111010110110110011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #035EF0;
 }
 .AnyTagClassName
 {
   color: #035EF0;
 }
</style>
background-color css

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

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

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

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

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

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