Html Css Color HEX #01099D New Midnight Blue

📋 copy color: '#01099D'

red 1 ◦ green 9 ◦ blue 157

#01099D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #01099D

Tints of New Midnight Blue #01099D

RGB

 RED value IS 1 (0.78% from 255) = 0.6%

 GREEN value IS 9 (3.91% from 255) = 5.39%

 BLUE value IS 157 (61.72% from 255) = 94.01%

R = 0.6%
G = 5.39%
B = 94.01%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01099D (or 0x01099D) is known color: 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

RGB 1 9 157 -
CMYK 0.99 0.94 0 0.38
HSL 236.92º 0.99% 0.31% -
HSV(B) 236.92º 0.99% 0.62% -
XYZ 6.2 2.64 32.08 -
YUV 23.48 203.35 111.97 -
System Red Green Blue C M Y K H S L
Decimal 1 9 157 0.99 0.94 0 0.38 236.92 0.99 0.31
Hex 1 9 9D 63 5E 0 26 ED 63 1F
Octal 1 11 235 143 136 0 46 355 143 37
Binary 1 1001 10011101 1100011 1011110 0 100110 11101101 1100011 11111

Color Harmonies of #01099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01099D

Black with #01099D

Text Example


Text Example

White with #01099D

Text Example


Text Example

HTML Codes & Css Web 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>