#070EB1

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

Shades of New Midnight Blue #070EB1

Tints of New Midnight Blue #070EB1

Color information

#070EB1 (or 0x070EB1) is unknown color: approx New Midnight Blue. HEX triplet: 07, 0E and B1. RGB value is (7,14,177). Sum of RGB (Red+Green+Blue) = 7+14+177=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 177 (69.53% from 255 or 89.39% from 198); Max value from RGB is 177 - color contains mainly: blue. Hex color #070EB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070EB1 is #F8F14E. Grayscale: #1D1D1D. Windows color (decimal): -16314703 or 11603463. OLE color: 11603463.

HSL color Cylindrical-coordinate representation of color #070EB1: hue angle of 237.53º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070EB1 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB714177-
CMYK0.960.9200.31
HSL237.53º92.39%36.08%-
HSV(B)237.53º96.05%69.41%-
XYZ8.183.5341.85-
YUV30.49210.68111.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.54%
GREEN value IS 14 (5.86% from 255) = 7.07%
BLUE value IS 177 (69.53% from 255) = 89.39%
R=3.54%
G=7.07%
B=89.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7141770.960.9200.31237.5392.3936.08
Hex7EB1605C01Fee5c24
Octal71626114013403735613444
Binary11111101011000111000001011100011111111011101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,14,177); }

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

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

 a { background-color: rgb(7,14,177); }

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

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

 span { border-color: rgb(7,14,177); }

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