#0104AA

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

Shades of New Midnight Blue #0104AA

Tints of New Midnight Blue #0104AA

Color information

#0104AA (or 0x0104AA) is unknown color: approx New Midnight Blue. HEX triplet: 01, 04 and AA. RGB value is (1,4,170). Sum of RGB (Red+Green+Blue) = 1+4+170=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 170 (66.80% from 255 or 97.14% from 175); Max value from RGB is 170 - color contains mainly: blue. Hex color #0104AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0104AA is #FEFB55. Grayscale: #151515. Windows color (decimal): -16710486 or 11142145. OLE color: 11142145.

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

Color convert

RGB14170-
CMYK0.990.9800.33
HSL238.93º98.83%33.53%-
HSV(B)238.93º99.41%66.67%-
XYZ7.31338.22-
YUV22.03211.51113-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 170 (66.80% from 255) = 97.14%
R=0.57%
G=2.29%
B=97.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141700.990.9800.33238.9398.8333.53
Hex14AA6362021ef6322
Octal1425214314204135714342
Binary110010101010110001111000100100001111011111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0104AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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