#02035D

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

Shades of Navy #02035D

Tints of Navy #02035D

Color information

#02035D (or 0x02035D) is unknown color: approx Navy. HEX triplet: 02, 03 and 5D. RGB value is (2,3,93). Sum of RGB (Red+Green+Blue) = 2+3+93=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 93 (36.72% from 255 or 94.90% from 98); Max value from RGB is 93 - color contains mainly: blue. Hex color #02035D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02035D is #FDFCA2. Grayscale: #0C0C0C. Windows color (decimal): -16645283 or 6095618. OLE color: 6095618.

HSL color Cylindrical-coordinate representation of color #02035D: hue angle of 239.34º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02035D is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB2393-
CMYK0.980.9700.64
HSL239.34º95.79%18.63%-
HSV(B)239.34º97.85%36.47%-
XYZ2.030.8710.42-
YUV12.96173.17120.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 93 (36.72% from 255) = 94.90%
R=2.04%
G=3.06%
B=94.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal23930.980.9700.64239.3495.7918.63
Hex235D6261040ef6013
Octal23135142141010035714023
Binary10111011101110001011000010100000011101111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02035D; }

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

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

<style>
 a { background-color: #02035D; }

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

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

<style>
 span { border-color: #02035D; }

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

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