#0104AE

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

Shades of New Midnight Blue #0104AE

Tints of New Midnight Blue #0104AE

Color information

#0104AE (or 0x0104AE) is unknown color: approx New Midnight Blue. HEX triplet: 01, 04 and AE. RGB value is (1,4,174). Sum of RGB (Red+Green+Blue) = 1+4+174=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 174 (68.36% from 255 or 97.21% from 179); Max value from RGB is 174 - color contains mainly: blue. Hex color #0104AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0104AE is #FEFB51. Grayscale: #151515. Windows color (decimal): -16710482 or 11404289. OLE color: 11404289.

HSL color Cylindrical-coordinate representation of color #0104AE: hue angle of 238.96º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0104AE is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14174-
CMYK0.990.9800.32
HSL238.96º98.86%34.31%-
HSV(B)238.96º99.43%68.24%-
XYZ7.73.1540.25-
YUV22.48213.51112.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 4 (1.95% from 255) = 2.23%
BLUE value IS 174 (68.36% from 255) = 97.21%
R=0.56%
G=2.23%
B=97.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141740.990.9800.32238.9698.8634.31
Hex14AE6362020ef6322
Octal1425614314204035714342
Binary110010101110110001111000100100000111011111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0104AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,4,174); }

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

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

 a { background-color: rgb(1,4,174); }

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

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

 span { border-color: rgb(1,4,174); }

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