#0315A3

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

Shades of New Midnight Blue #0315A3

Tints of New Midnight Blue #0315A3

Color information

#0315A3 (or 0x0315A3) is unknown color: approx New Midnight Blue. HEX triplet: 03, 15 and A3. RGB value is (3,21,163). Sum of RGB (Red+Green+Blue) = 3+21+163=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 163 (64.06% from 255 or 87.17% from 187); Max value from RGB is 163 - color contains mainly: blue. Hex color #0315A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0315A3 is #FCEA5C. Grayscale: #1F1F1F. Windows color (decimal): -16575069 or 10687747. OLE color: 10687747.

HSL color Cylindrical-coordinate representation of color #0315A3: hue angle of 233.25º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0315A3 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB321163-
CMYK0.980.8700.36
HSL233.25º96.39%32.55%-
HSV(B)233.25º98.16%63.92%-
XYZ6.923.234.9-
YUV31.81202.04107.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 163 (64.06% from 255) = 87.17%
R=1.60%
G=11.23%
B=87.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3211630.980.8700.36233.2596.3932.55
Hex315A36257024e96021
Octal32524314212704435114041
Binary111010110100011110001010101110100100111010011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0315A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0315A3; }

 p { color: rgb(3,21,163); }

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

<style>
 a { background-color: #0315A3; }

 a { background-color: rgb(3,21,163); }

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

<style>
 span { border-color: #0315A3; }

 span { border-color: rgb(3,21,163); }

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