#0314AD

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

Shades of New Midnight Blue #0314AD

Tints of New Midnight Blue #0314AD

Color information

#0314AD (or 0x0314AD) is unknown color: approx New Midnight Blue. HEX triplet: 03, 14 and AD. RGB value is (3,20,173). Sum of RGB (Red+Green+Blue) = 3+20+173=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 173 (67.97% from 255 or 88.27% from 196); Max value from RGB is 173 - color contains mainly: blue. Hex color #0314AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0314AD is #FCEB52. Grayscale: #1F1F1F. Windows color (decimal): -16575315 or 11342851. OLE color: 11342851.

HSL color Cylindrical-coordinate representation of color #0314AD: hue angle of 234º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0314AD is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB320173-
CMYK0.980.8800.32
HSL234º96.59%34.51%-
HSV(B)234º98.27%67.84%-
XYZ7.833.5439.81-
YUV32.36207.37107.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.53%
GREEN value IS 20 (8.20% from 255) = 10.20%
BLUE value IS 173 (67.97% from 255) = 88.27%
R=1.53%
G=10.20%
B=88.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3201730.980.8800.3223496.5934.51
Hex314AD6258020ea6123
Octal32425514213004035214143
Binary111010010101101110001010110000100000111010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0314AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0314AD; }

 p { color: rgb(3,20,173); }

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

<style>
 a { background-color: #0314AD; }

 a { background-color: rgb(3,20,173); }

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

<style>
 span { border-color: #0314AD; }

 span { border-color: rgb(3,20,173); }

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