#0317A7

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

Shades of New Midnight Blue #0317A7

Tints of New Midnight Blue #0317A7

Color information

#0317A7 (or 0x0317A7) is unknown color: approx New Midnight Blue. HEX triplet: 03, 17 and A7. RGB value is (3,23,167). Sum of RGB (Red+Green+Blue) = 3+23+167=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 167 (65.62% from 255 or 86.53% from 193); Max value from RGB is 167 - color contains mainly: blue. Hex color #0317A7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0317A7 is #FCE858. Grayscale: #202020. Windows color (decimal): -16574553 or 10950403. OLE color: 10950403.

HSL color Cylindrical-coordinate representation of color #0317A7: hue angle of 232.68º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0317A7 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB323167-
CMYK0.980.8600.35
HSL232.68º96.47%33.33%-
HSV(B)232.68º98.2%65.49%-
XYZ7.323.4236.83-
YUV33.44203.37106.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 167 (65.62% from 255) = 86.53%
R=1.55%
G=11.92%
B=86.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal3231670.980.8600.35232.6896.4733.33
Hex317A76256023e96021
Octal32724714212604335114041
Binary111011110100111110001010101100100011111010011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0317A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0317A7; }

 p { color: rgb(3,23,167); }

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

<style>
 a { background-color: #0317A7; }

 a { background-color: rgb(3,23,167); }

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

<style>
 span { border-color: #0317A7; }

 span { border-color: rgb(3,23,167); }

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