#0313AA

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

Shades of New Midnight Blue #0313AA

Tints of New Midnight Blue #0313AA

Color information

#0313AA (or 0x0313AA) is unknown color: approx New Midnight Blue. HEX triplet: 03, 13 and AA. RGB value is (3,19,170). Sum of RGB (Red+Green+Blue) = 3+19+170=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 170 (66.80% from 255 or 88.54% from 192); Max value from RGB is 170 - color contains mainly: blue. Hex color #0313AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0313AA is #FCEC55. Grayscale: #1E1E1E. Windows color (decimal): -16575574 or 11145987. OLE color: 11145987.

HSL color Cylindrical-coordinate representation of color #0313AA: hue angle of 234.25º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0313AA is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB319170-
CMYK0.980.8900.33
HSL234.25º96.53%33.92%-
HSV(B)234.25º98.24%66.67%-
XYZ7.533.3938.29-
YUV31.43206.2107.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.56%
GREEN value IS 19 (7.81% from 255) = 9.90%
BLUE value IS 170 (66.80% from 255) = 88.54%
R=1.56%
G=9.90%
B=88.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3191700.980.8900.33234.2596.5333.92
Hex313AA6259021ea6122
Octal32325214213104135214142
Binary111001110101010110001010110010100001111010101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0313AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0313AA; }

 p { color: rgb(3,19,170); }

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

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

 a { background-color: rgb(3,19,170); }

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

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

 span { border-color: rgb(3,19,170); }

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