#0310B4

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

Shades of New Midnight Blue #0310B4

Tints of New Midnight Blue #0310B4

Color information

#0310B4 (or 0x0310B4) is unknown color: approx New Midnight Blue. HEX triplet: 03, 10 and B4. RGB value is (3,16,180). Sum of RGB (Red+Green+Blue) = 3+16+180=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 180 (70.70% from 255 or 90.45% from 199); Max value from RGB is 180 - color contains mainly: blue. Hex color #0310B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0310B4 is #FCEF4B. Grayscale: #1E1E1E. Windows color (decimal): -16576332 or 11800579. OLE color: 11800579.

HSL color Cylindrical-coordinate representation of color #0310B4: hue angle of 235.59º 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 #0310B4 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB316180-
CMYK0.980.9100.29
HSL235.59º96.72%35.88%-
HSV(B)235.59º98.33%70.59%-
XYZ8.463.6943.45-
YUV30.81212.19108.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.51%
GREEN value IS 16 (6.64% from 255) = 8.04%
BLUE value IS 180 (70.70% from 255) = 90.45%
R=1.51%
G=8.04%
B=90.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3161800.980.9100.29235.5996.7235.88
Hex310B4625B01Dec6124
Octal32026414213303535414144
Binary11100001011010011000101011011011101111011001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0310B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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