#070255

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

Shades of Midnight Blue #070255

Tints of Midnight Blue #070255

Color information

#070255 (or 0x070255) is unknown color: approx Midnight Blue. HEX triplet: 07, 02 and 55. RGB value is (7,2,85). Sum of RGB (Red+Green+Blue) = 7+2+85=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 85 (33.59% from 255 or 90.43% from 94); Max value from RGB is 85 - color contains mainly: blue. Hex color #070255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070255 is #F8FDAA. Grayscale: #0C0C0C. Windows color (decimal): -16317867 or 5571079. OLE color: 5571079.

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

Color convert

RGB7285-
CMYK0.920.9800.67
HSL243.61º95.4%17.06%-
HSV(B)243.61º97.65%33.33%-
XYZ1.750.748.65-
YUV12.96168.66123.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.45%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 85 (33.59% from 255) = 90.43%
R=7.45%
G=2.13%
B=90.43%

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
Decimal72850.920.9800.67243.6195.417.06
Hex72555C62043f45f11
Octal72125134142010336413721
Binary111101010101101110011000100100001111110100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070255; }

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

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

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

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

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

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

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

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