#070C5B

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

Shades of Midnight Blue #070C5B

Tints of Midnight Blue #070C5B

Color information

#070C5B (or 0x070C5B) is unknown color: approx Midnight Blue. HEX triplet: 07, 0C and 5B. RGB value is (7,12,91). Sum of RGB (Red+Green+Blue) = 7+12+91=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 91 (35.94% from 255 or 82.73% from 110); Max value from RGB is 91 - color contains mainly: blue. Hex color #070C5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C5B is #F8F3A4. Grayscale: #131313. Windows color (decimal): -16315301 or 5966855. OLE color: 5966855.

HSL color Cylindrical-coordinate representation of color #070C5B: hue angle of 236.43º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070C5B is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB71291-
CMYK0.920.8700.64
HSL236.43º85.71%19.22%-
HSV(B)236.43º92.31%35.69%-
XYZ2.111.069.99-
YUV19.51168.34119.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.36%
GREEN value IS 12 (5.08% from 255) = 10.91%
BLUE value IS 91 (35.94% from 255) = 82.73%
R=6.36%
G=10.91%
B=82.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal712910.920.8700.64236.4385.7119.22
Hex7C5B5C57040ec5613
Octal714133134127010035412623
Binary11111001011011101110010101110100000011101100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070C5B; }

 p { color: rgb(7,12,91); }

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

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

 a { background-color: rgb(7,12,91); }

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

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

 span { border-color: rgb(7,12,91); }

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