#035ECA

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

Shades of Navy Blue #035ECA

Tints of Navy Blue #035ECA

Color information

#035ECA (or 0x035ECA) is unknown color: approx Navy Blue. HEX triplet: 03, 5E and CA. RGB value is (3,94,202). Sum of RGB (Red+Green+Blue) = 3+94+202=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 202 (79.30% from 255 or 67.56% from 299); Max value from RGB is 202 - color contains mainly: blue. Hex color #035ECA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035ECA is #FCA135. Grayscale: #4E4E4E. Windows color (decimal): -16556342 or 13262339. OLE color: 13262339.

HSL color Cylindrical-coordinate representation of color #035ECA: hue angle of 212.56º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035ECA is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB394202-
CMYK0.990.5300.21
HSL212.56º97.07%40.2%-
HSV(B)212.56º98.51%79.22%-
XYZ14.712.2957.47-
YUV79.1197.3573.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.00%
GREEN value IS 94 (37.11% from 255) = 31.44%
BLUE value IS 202 (79.30% from 255) = 67.56%
R=1.00%
G=31.44%
B=67.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal3942020.990.5300.21212.5697.0740.2
Hex35ECA6335015d56128
Octal31363121436502532514150
Binary111011110110010101100011110101010101110101011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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