Html Css Color HEX #01099A New Midnight Blue

📋 copy color: '#01099A'

red 1 ◦ green 9 ◦ blue 154

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

Shades of New Midnight Blue #01099A

Tints of New Midnight Blue #01099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 93.9%

R = 0.61%
G = 5.49%
B = 93.9%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01099A (or 0x01099A) is known color: New Midnight Blue. HEX triplet: 01, 09 and 9A. RGB value is (1,9,154). Sum of RGB (Red+Green+Blue) = 1+9+154=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 154 (60.55% from 255 or 93.90% from 164); Max value from RGB is 154 - color contains mainly: blue. Hex color #01099A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01099A is #FEF665. Grayscale: #161616. Windows color (decimal): -16709222 or 10094849. OLE color: 10094849.

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

Color convert

RGB 1 9 154 -
CMYK 0.99 0.94 0 0.40
HSL 236.86º 0.99% 0.3% -
HSV(B) 236.86º 0.99% 0.6% -
XYZ 5.94 2.53 30.75 -
YUV 23.14 201.85 112.21 -
System Red Green Blue C M Y K H S L
Decimal 1 9 154 0.99 0.94 0 0.40 236.86 0.99 0.3
Hex 1 9 9A 63 5E 0 28 ED 63 1E
Octal 1 11 232 143 136 0 50 355 143 36
Binary 1 1001 10011010 1100011 1011110 0 101000 11101101 1100011 11110

Color Harmonies of #01099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01099A

Black with #01099A

Text Example


Text Example

White with #01099A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01099A;
 }
 .AnyTagClassName
 {
   color: #01099A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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