Html Css Color HEX #01029F New Midnight Blue

📋 copy color: '#01029F'

red 1 ◦ green 2 ◦ blue 159

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

Shades of New Midnight Blue #01029F

Tints of New Midnight Blue #01029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 98.15%

R = 0.62%
G = 1.23%
B = 98.15%

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

#01029F (or 0x01029F) is known color: New Midnight Blue. HEX triplet: 01, 02 and 9F. RGB value is (1,2,159). Sum of RGB (Red+Green+Blue) = 1+2+159=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 159 (62.5% from 255 or 98.15% from 162); Max value from RGB is 159 - color contains mainly: blue. Hex color #01029F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01029F is #FEFD60. Grayscale: #121212. Windows color (decimal): -16711009 or 10420737. OLE color: 10420737.

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

Color convert

RGB 1 2 159 -
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.29 2.55 32.96 -
YUV 19.6 206.67 114.73 -
System Red Green Blue C M Y K H S L
Decimal 1 2 159 0.99 0.99 0 0.38 239.62 0.99 0.31
Hex 1 2 9F 63 63 0 26 F0 63 1F
Octal 1 2 237 143 143 0 46 360 143 37
Binary 1 10 10011111 1100011 1100011 0 100110 11110000 1100011 11111

Color Harmonies of #01029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01029F

Black with #01029F

Text Example


Text Example

White with #01029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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