#01099D

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

Shades of New Midnight Blue #01099D

Tints of New Midnight Blue #01099D

Color information

#01099D (or 0x01099D) is unknown color: approx New Midnight Blue. HEX triplet: 01, 09 and 9D. RGB value is (1,9,157). Sum of RGB (Red+Green+Blue) = 1+9+157=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 157 (61.72% from 255 or 94.01% from 167); Max value from RGB is 157 - color contains mainly: blue. Hex color #01099D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01099D is #FEF662. Grayscale: #161616. Windows color (decimal): -16709219 or 10291457. OLE color: 10291457.

HSL color Cylindrical-coordinate representation of color #01099D: hue angle of 236.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01099D is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB19157-
CMYK0.990.9400.38
HSL236.92º98.73%30.98%-
HSV(B)236.92º99.36%61.57%-
XYZ6.22.6432.08-
YUV23.48203.35111.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 157 (61.72% from 255) = 94.01%
R=0.60%
G=5.39%
B=94.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191570.990.9400.38236.9298.7330.98
Hex199D635E026ed631f
Octal11123514313604635514337
Binary110011001110111000111011110010011011101101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01099D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01099D; }

 p { color: rgb(1,9,157); }

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

<style>
 a { background-color: #01099D; }

 a { background-color: rgb(1,9,157); }

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

<style>
 span { border-color: #01099D; }

 span { border-color: rgb(1,9,157); }

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