Html Css Color HEX #01009E New Midnight Blue

📋 copy color: '#01009E'

red 1 ◦ green 0 ◦ blue 158

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

Shades of New Midnight Blue #01009E

Tints of New Midnight Blue #01009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 158 (62.11% from 255) = 99.37%

R = 0.63%
G = 0%
B = 99.37%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01009E (or 0x01009E) is known color: New Midnight Blue. HEX triplet: 01, 00 and 9E. RGB value is (1,0,158). Sum of RGB (Red+Green+Blue) = 1+0+158=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 158 (62.11% from 255 or 99.37% from 159); Max value from RGB is 158 - color contains mainly: blue. Hex color #01009E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01009E is #FEFF61. Grayscale: #111111. Windows color (decimal): -16711522 or 10354689. OLE color: 10354689.

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

Color convert

RGB 1 0 158 -
CMYK 0.99 1 0 0.38
HSL 240.38º 1% 0.31% -
HSV(B) 240.38º 1% 0.62% -
XYZ 6.18 2.48 32.5 -
YUV 18.31 206.83 115.65 -
System Red Green Blue C M Y K H S L
Decimal 1 0 158 0.99 1 0 0.38 240.38 1 0.31
Hex 1 0 9E 63 64 0 26 F0 64 1F
Octal 1 0 236 143 144 0 46 360 144 37
Binary 1 0 10011110 1100011 1100100 0 100110 11110000 1100100 11111

Color Harmonies of #01009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01009E

Black with #01009E

Text Example


Text Example

White with #01009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01009E; }

 p { color: rgb(1,0,158); }

 H1.HeaderClassName
 {
   color: #01009E;
 }
 .AnyTagClassName
 {
   color: #01009E;
 }
</style>

background-color css

<style>
 a { background-color: #01009E; }

 a { background-color: rgb(1,0,158); }

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

border-color css

<style>
 span { border-color: #01009E; }

 span { border-color: rgb(1,0,158); }

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