Html Css Color HEX #01009B New Midnight Blue

📋 copy color: '#01009B'

red 1 ◦ green 0 ◦ blue 155

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

Shades of New Midnight Blue #01009B

Tints of New Midnight Blue #01009B

RGB

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

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

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

R = 0.64%
G = 0%
B = 99.36%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01009B (or 0x01009B) is known color: New Midnight Blue. HEX triplet: 01, 00 and 9B. RGB value is (1,0,155). Sum of RGB (Red+Green+Blue) = 1+0+155=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 155 (60.94% from 255 or 99.36% from 156); Max value from RGB is 155 - color contains mainly: blue. Hex color #01009B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01009B is #FEFF64. Grayscale: #111111. Windows color (decimal): -16711525 or 10158081. OLE color: 10158081.

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

Color convert

RGB 1 0 155 -
CMYK 0.99 1 0 0.39
HSL 240.39º 1% 0.3% -
HSV(B) 240.39º 1% 0.61% -
XYZ 5.93 2.37 31.16 -
YUV 17.97 205.33 115.9 -
System Red Green Blue C M Y K H S L
Decimal 1 0 155 0.99 1 0 0.39 240.39 1 0.3
Hex 1 0 9B 63 64 0 27 F0 64 1E
Octal 1 0 233 143 144 0 47 360 144 36
Binary 1 0 10011011 1100011 1100100 0 100111 11110000 1100100 11110

Color Harmonies of #01009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01009B

Black with #01009B

Text Example


Text Example

White with #01009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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