Html Css Color HEX #01029A New Midnight Blue

📋 copy color: '#01029A'

red 1 ◦ green 2 ◦ blue 154

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

Shades of New Midnight Blue #01029A

Tints of New Midnight Blue #01029A

RGB

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

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

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

R = 0.64%
G = 1.27%
B = 98.09%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01029A (or 0x01029A) is known color: New Midnight Blue. HEX triplet: 01, 02 and 9A. RGB value is (1,2,154). Sum of RGB (Red+Green+Blue) = 1+2+154=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 154 (60.55% from 255 or 98.09% from 157); Max value from RGB is 154 - color contains mainly: blue. Hex color #01029A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01029A is #FEFD65. Grayscale: #121212. Windows color (decimal): -16711014 or 10093057. OLE color: 10093057.

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

Color convert

RGB 1 2 154 -
CMYK 0.99 0.99 0 0.40
HSL 239.61º 0.99% 0.3% -
HSV(B) 239.61º 0.99% 0.6% -
XYZ 5.87 2.38 30.72 -
YUV 19.03 204.17 115.14 -
System Red Green Blue C M Y K H S L
Decimal 1 2 154 0.99 0.99 0 0.40 239.61 0.99 0.3
Hex 1 2 9A 63 63 0 28 F0 63 1E
Octal 1 2 232 143 143 0 50 360 143 36
Binary 1 10 10011010 1100011 1100011 0 101000 11110000 1100011 11110

Color Harmonies of #01029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01029A

Black with #01029A

Text Example


Text Example

White with #01029A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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