#070253

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

Shades of Midnight Blue #070253

Tints of Midnight Blue #070253

Color information

#070253 (or 0x070253) is unknown color: approx Midnight Blue. HEX triplet: 07, 02 and 53. RGB value is (7,2,83). Sum of RGB (Red+Green+Blue) = 7+2+83=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 83 (32.81% from 255 or 90.22% from 92); Max value from RGB is 83 - color contains mainly: blue. Hex color #070253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070253 is #F8FDAC. Grayscale: #0C0C0C. Windows color (decimal): -16317869 or 5440007. OLE color: 5440007.

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

Color convert

RGB7283-
CMYK0.920.9800.67
HSL243.7º95.29%16.67%-
HSV(B)243.7º97.59%32.55%-
XYZ1.670.718.23-
YUV12.73167.66123.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.61%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 83 (32.81% from 255) = 90.22%
R=7.61%
G=2.17%
B=90.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal72830.920.9800.67243.795.2916.67
Hex72535C62043f45f11
Octal72123134142010336413721
Binary111101010011101110011000100100001111110100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070253; }

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

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

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

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

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

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

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

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