#0314AB

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

Shades of New Midnight Blue #0314AB

Tints of New Midnight Blue #0314AB

Color information

#0314AB (or 0x0314AB) is unknown color: approx New Midnight Blue. HEX triplet: 03, 14 and AB. RGB value is (3,20,171). Sum of RGB (Red+Green+Blue) = 3+20+171=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 171 (67.19% from 255 or 88.14% from 194); Max value from RGB is 171 - color contains mainly: blue. Hex color #0314AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0314AB is #FCEB54. Grayscale: #1F1F1F. Windows color (decimal): -16575317 or 11211779. OLE color: 11211779.

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

Color convert

RGB320171-
CMYK0.980.8800.33
HSL233.93º96.55%34.12%-
HSV(B)233.93º98.25%67.06%-
XYZ7.643.4638.79-
YUV32.13206.37107.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 171 (67.19% from 255) = 88.14%
R=1.55%
G=10.31%
B=88.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3201710.980.8800.33233.9396.5534.12
Hex314AB6258021ea6122
Octal32425314213004135214142
Binary111010010101011110001010110000100001111010101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0314AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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