#02035A

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

Shades of Navy #02035A

Tints of Navy #02035A

Color information

#02035A (or 0x02035A) is unknown color: approx Navy. HEX triplet: 02, 03 and 5A. RGB value is (2,3,90). Sum of RGB (Red+Green+Blue) = 2+3+90=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 90 (35.55% from 255 or 94.74% from 95); Max value from RGB is 90 - color contains mainly: blue. Hex color #02035A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02035A is #FDFCA5. Grayscale: #0C0C0C. Windows color (decimal): -16645286 or 5899010. OLE color: 5899010.

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

Color convert

RGB2390-
CMYK0.980.9700.65
HSL239.32º95.65%18.04%-
HSV(B)239.32º97.78%35.29%-
XYZ1.90.829.73-
YUV12.62171.67120.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.11%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 90 (35.55% from 255) = 94.74%
R=2.11%
G=3.16%
B=94.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal23900.980.9700.65239.3295.6518.04
Hex235A6261041ef6012
Octal23132142141010135714022
Binary10111011010110001011000010100000111101111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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