Html Css Color HEX #01029E New Midnight Blue

📋 copy color: '#01029E'

red 1 ◦ green 2 ◦ blue 158

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

Shades of New Midnight Blue #01029E

Tints of New Midnight Blue #01029E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.24%

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

R = 0.62%
G = 1.24%
B = 98.14%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01029E (or 0x01029E) is known color: New Midnight Blue. HEX triplet: 01, 02 and 9E. RGB value is (1,2,158). Sum of RGB (Red+Green+Blue) = 1+2+158=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 158 (62.11% from 255 or 98.14% from 161); Max value from RGB is 158 - color contains mainly: blue. Hex color #01029E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01029E is #FEFD61. Grayscale: #121212. Windows color (decimal): -16711010 or 10355201. OLE color: 10355201.

HSL color Cylindrical-coordinate representation of color #01029E: hue angle of 239.62º 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 #01029E is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 2 158 -
CMYK 0.99 0.99 0 0.38
HSL 239.62º 0.99% 0.31% -
HSV(B) 239.62º 0.99% 0.62% -
XYZ 6.21 2.52 32.51 -
YUV 19.49 206.17 114.82 -
System Red Green Blue C M Y K H S L
Decimal 1 2 158 0.99 0.99 0 0.38 239.62 0.99 0.31
Hex 1 2 9E 63 63 0 26 F0 63 1F
Octal 1 2 236 143 143 0 46 360 143 37
Binary 1 10 10011110 1100011 1100011 0 100110 11110000 1100011 11111

Color Harmonies of #01029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01029E

Black with #01029E

Text Example


Text Example

White with #01029E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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