#0312B4

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

Shades of New Midnight Blue #0312B4

Tints of New Midnight Blue #0312B4

Color information

#0312B4 (or 0x0312B4) is unknown color: approx New Midnight Blue. HEX triplet: 03, 12 and B4. RGB value is (3,18,180). Sum of RGB (Red+Green+Blue) = 3+18+180=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 180 (70.70% from 255 or 89.55% from 201); Max value from RGB is 180 - color contains mainly: blue. Hex color #0312B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0312B4 is #FCED4B. Grayscale: #1F1F1F. Windows color (decimal): -16575820 or 11801091. OLE color: 11801091.

HSL color Cylindrical-coordinate representation of color #0312B4: hue angle of 234.92º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0312B4 is Cyan = 0.98, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB318180-
CMYK0.980.900.29
HSL234.92º96.72%35.88%-
HSV(B)234.92º98.33%70.59%-
XYZ8.493.7543.46-
YUV31.98211.53107.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 180 (70.70% from 255) = 89.55%
R=1.49%
G=8.96%
B=89.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3181800.980.900.29234.9296.7235.88
Hex312B4625A01Deb6124
Octal32226414213203535314144
Binary11100101011010011000101011010011101111010111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0312B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0312B4; }

 p { color: rgb(3,18,180); }

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

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

 a { background-color: rgb(3,18,180); }

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

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

 span { border-color: rgb(3,18,180); }

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