#035DCA

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

Shades of Navy Blue #035DCA

Tints of Navy Blue #035DCA

Color information

#035DCA (or 0x035DCA) is unknown color: approx Navy Blue. HEX triplet: 03, 5D and CA. RGB value is (3,93,202). Sum of RGB (Red+Green+Blue) = 3+93+202=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 202 (79.30% from 255 or 67.79% from 298); Max value from RGB is 202 - color contains mainly: blue. Hex color #035DCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035DCA is #FCA235. Grayscale: #4D4D4D. Windows color (decimal): -16556598 or 13262083. OLE color: 13262083.

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

Color convert

RGB393202-
CMYK0.990.5400.21
HSL212.86º97.07%40.2%-
HSV(B)212.86º98.51%79.22%-
XYZ14.6112.1157.44-
YUV78.52197.6874.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.01%
GREEN value IS 93 (36.72% from 255) = 31.21%
BLUE value IS 202 (79.30% from 255) = 67.79%
R=1.01%
G=31.21%
B=67.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal3932020.990.5400.21212.8697.0740.2
Hex35DCA6336015d56128
Octal31353121436602532514150
Binary111011101110010101100011110110010101110101011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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