#030253

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

Shades of Midnight Blue #030253

Tints of Midnight Blue #030253

Color information

#030253 (or 0x030253) is unknown color: approx Midnight Blue. HEX triplet: 03, 02 and 53. RGB value is (3,2,83). Sum of RGB (Red+Green+Blue) = 3+2+83=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 83 (32.81% from 255 or 94.32% from 88); Max value from RGB is 83 - color contains mainly: blue. Hex color #030253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030253 is #FCFDAC. Grayscale: #0B0B0B. Windows color (decimal): -16580013 or 5440003. OLE color: 5440003.

HSL color Cylindrical-coordinate representation of color #030253: hue angle of 240.74º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030253 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB3283-
CMYK0.960.9800.67
HSL240.74º95.29%16.67%-
HSV(B)240.74º97.59%32.55%-
XYZ1.620.698.23-
YUV11.53168.33121.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.41%
GREEN value IS 2 (1.17% from 255) = 2.27%
BLUE value IS 83 (32.81% from 255) = 94.32%
R=3.41%
G=2.27%
B=94.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal32830.960.9800.67240.7495.2916.67
Hex32536062043f15f11
Octal32123140142010336113721
Binary11101010011110000011000100100001111110001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030253; }

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

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

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

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

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

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

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

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