Html Css Color HEX #01029B New Midnight Blue

📋 copy color: '#01029B'

red 1 ◦ green 2 ◦ blue 155

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

Shades of New Midnight Blue #01029B

Tints of New Midnight Blue #01029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 98.1%

R = 0.63%
G = 1.27%
B = 98.1%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01029B (or 0x01029B) is known color: New Midnight Blue. HEX triplet: 01, 02 and 9B. RGB value is (1,2,155). Sum of RGB (Red+Green+Blue) = 1+2+155=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 155 (60.94% from 255 or 98.10% from 158); Max value from RGB is 155 - color contains mainly: blue. Hex color #01029B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01029B is #FEFD64. Grayscale: #121212. Windows color (decimal): -16711013 or 10158593. OLE color: 10158593.

HSL color Cylindrical-coordinate representation of color #01029B: hue angle of 239.61º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01029B is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 2 155 -
CMYK 0.99 0.99 0 0.39
HSL 239.61º 0.99% 0.31% -
HSV(B) 239.61º 0.99% 0.61% -
XYZ 5.95 2.42 31.16 -
YUV 19.14 204.67 115.06 -
System Red Green Blue C M Y K H S L
Decimal 1 2 155 0.99 0.99 0 0.39 239.61 0.99 0.31
Hex 1 2 9B 63 63 0 27 F0 63 1F
Octal 1 2 233 143 143 0 47 360 143 37
Binary 1 10 10011011 1100011 1100011 0 100111 11110000 1100011 11111

Color Harmonies of #01029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01029B

Black with #01029B

Text Example


Text Example

White with #01029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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