#070ca5

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

Shades of New Midnight Blue #070CA5

Tints of New Midnight Blue #070CA5

Color information

#070CA5 (or 0x070CA5) is unknown color: approx New Midnight Blue. HEX triplet: 07, 0C and A5. RGB value is (7,12,165). Sum of RGB (Red+Green+Blue) = 7+12+165=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 165 (64.84% from 255 or 89.67% from 184); Max value from RGB is 165 - color contains mainly: blue. Hex color #070CA5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070CA5 is #F8F35A. Grayscale: #1B1B1B. Windows color (decimal): -16315227 or 10816519. OLE color: 10816519.

HSL color Cylindrical-coordinate representation of color #070CA5: hue angle of 238.1º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070CA5 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB712165-
CMYK0.960.9300.35
HSL238.1º91.86%33.73%-
HSV(B)238.1º95.76%64.71%-
XYZ7.013.0235.81-
YUV27.95205.34113.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.80%
GREEN value IS 12 (5.08% from 255) = 6.52%
BLUE value IS 165 (64.84% from 255) = 89.67%
R=3.80%
G=6.52%
B=89.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7121650.960.9300.35238.191.8633.73
Hex7CA5605D023ee5c22
Octal71424514013504335613442
Binary111110010100101110000010111010100011111011101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070ca5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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