#035FBF

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

Shades of Navy Blue #035FBF

Tints of Navy Blue #035FBF

Color information

#035FBF (or 0x035FBF) is unknown color: approx Navy Blue. HEX triplet: 03, 5F and BF. RGB value is (3,95,191). Sum of RGB (Red+Green+Blue) = 3+95+191=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #035FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035FBF is #FCA040. Grayscale: #4D4D4D. Windows color (decimal): -16556097 or 12541699. OLE color: 12541699.

HSL color Cylindrical-coordinate representation of color #035FBF: hue angle of 210.64º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035FBF is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB395191-
CMYK0.980.5000.25
HSL210.64º96.91%38.04%-
HSV(B)210.64º98.43%74.9%-
XYZ13.5311.9750.89-
YUV78.44191.5274.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.04%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 191 (75% from 255) = 66.09%
R=1.04%
G=32.87%
B=66.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3951910.980.5000.25210.6496.9138.04
Hex35FBF6232019d36126
Octal31372771426203132314146
Binary111011111101111111100010110010011001110100111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,95,191); }

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

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

 a { background-color: rgb(3,95,191); }

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

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

 span { border-color: rgb(3,95,191); }

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