#02054B

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

Shades of Midnight Blue #02054B

Tints of Midnight Blue #02054B

Color information

#02054B (or 0x02054B) is unknown color: approx Midnight Blue. HEX triplet: 02, 05 and 4B. RGB value is (2,5,75). Sum of RGB (Red+Green+Blue) = 2+5+75=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 75 (29.69% from 255 or 91.46% from 82); Max value from RGB is 75 - color contains mainly: blue. Hex color #02054B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02054B is #FDFAB4. Grayscale: #0B0B0B. Windows color (decimal): -16644789 or 4916482. OLE color: 4916482.

HSL color Cylindrical-coordinate representation of color #02054B: hue angle of 237.53º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02054B is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB2575-
CMYK0.970.9300.71
HSL237.53º94.81%15.1%-
HSV(B)237.53º97.33%29.41%-
XYZ1.350.636.71-
YUV12.08163.51120.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 5 (2.34% from 255) = 6.10%
BLUE value IS 75 (29.69% from 255) = 91.46%
R=2.44%
G=6.10%
B=91.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal25750.970.9300.71237.5394.8115.1
Hex254B615D047ee5ff
Octal25113141135010735613717
Binary10101100101111000011011101010001111110111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02054B; }

 p { color: rgb(2,5,75); }

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

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

 a { background-color: rgb(2,5,75); }

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

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

 span { border-color: rgb(2,5,75); }

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