#0311AE

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

Shades of New Midnight Blue #0311AE

Tints of New Midnight Blue #0311AE

Color information

#0311AE (or 0x0311AE) is unknown color: approx New Midnight Blue. HEX triplet: 03, 11 and AE. RGB value is (3,17,174). Sum of RGB (Red+Green+Blue) = 3+17+174=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 174 (68.36% from 255 or 89.69% from 194); Max value from RGB is 174 - color contains mainly: blue. Hex color #0311AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0311AE is #FCEE51. Grayscale: #1E1E1E. Windows color (decimal): -16576082 or 11407619. OLE color: 11407619.

HSL color Cylindrical-coordinate representation of color #0311AE: hue angle of 235.09º 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 #0311AE is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB317174-
CMYK0.980.9000.32
HSL235.09º96.61%34.71%-
HSV(B)235.09º98.28%68.24%-
XYZ7.883.4840.3-
YUV30.71208.86108.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 174 (68.36% from 255) = 89.69%
R=1.55%
G=8.76%
B=89.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3171740.980.9000.32235.0996.6134.71
Hex311AE625A020eb6123
Octal32125614213204035314143
Binary111000110101110110001010110100100000111010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0311AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0311AE; }

 p { color: rgb(3,17,174); }

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

<style>
 a { background-color: #0311AE; }

 a { background-color: rgb(3,17,174); }

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

<style>
 span { border-color: #0311AE; }

 span { border-color: rgb(3,17,174); }

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