#035BF0

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

Shades of Navy Blue #035BF0

Tints of Navy Blue #035BF0

Color information

#035BF0 (or 0x035BF0) is unknown color: approx Navy Blue. HEX triplet: 03, 5B and F0. RGB value is (3,91,240). Sum of RGB (Red+Green+Blue) = 3+91+240=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 240 (94.14% from 255 or 71.86% from 334); Max value from RGB is 240 - color contains mainly: blue. Hex color #035BF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035BF0 is #FCA40F. Grayscale: #505050. Windows color (decimal): -16557072 or 15751939. OLE color: 15751939.

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

Color convert

RGB391240-
CMYK0.990.6200.06
HSL217.72º97.53%47.65%-
HSV(B)217.72º98.75%94.12%-
XYZ19.5113.7984.07-
YUV81.67217.3571.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.90%
GREEN value IS 91 (35.94% from 255) = 27.25%
BLUE value IS 240 (94.14% from 255) = 71.86%
R=0.90%
G=27.25%
B=71.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal3912400.990.6200.06217.7297.5347.65
Hex35BF0633E06da6230
Octal3133360143760633214260
Binary1110110111111000011000111111100110110110101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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