#020358

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

Shades of Midnight Blue #020358

Tints of Midnight Blue #020358

Color information

#020358 (or 0x020358) is unknown color: approx Midnight Blue. HEX triplet: 02, 03 and 58. RGB value is (2,3,88). Sum of RGB (Red+Green+Blue) = 2+3+88=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 88 (34.77% from 255 or 94.62% from 93); Max value from RGB is 88 - color contains mainly: blue. Hex color #020358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020358 is #FDFCA7. Grayscale: #0C0C0C. Windows color (decimal): -16645288 or 5767938. OLE color: 5767938.

HSL color Cylindrical-coordinate representation of color #020358: hue angle of 239.3º 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 #020358 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB2388-
CMYK0.980.9700.65
HSL239.3º95.56%17.65%-
HSV(B)239.3º97.73%34.51%-
XYZ1.820.789.29-
YUV12.39170.67120.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 88 (34.77% from 255) = 94.62%
R=2.15%
G=3.23%
B=94.62%

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
Decimal23880.980.9700.65239.395.5617.65
Hex23586261041ef6012
Octal23130142141010135714022
Binary10111011000110001011000010100000111101111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020358; }

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

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

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

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

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

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

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

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