Html Css Color HEX #01009F New Midnight Blue

📋 copy color: '#01009F'

red 1 ◦ green 0 ◦ blue 159

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

Shades of New Midnight Blue #01009F

Tints of New Midnight Blue #01009F

RGB

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

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

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

R = 0.63%
G = 0%
B = 99.38%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01009F (or 0x01009F) is known color: New Midnight Blue. HEX triplet: 01, 00 and 9F. RGB value is (1,0,159). Sum of RGB (Red+Green+Blue) = 1+0+159=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 159 (62.5% from 255 or 99.38% from 160); Max value from RGB is 159 - color contains mainly: blue. Hex color #01009F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01009F is #FEFF60. Grayscale: #111111. Windows color (decimal): -16711521 or 10420225. OLE color: 10420225.

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

Color convert

RGB 1 0 159 -
CMYK 0.99 1 0 0.38
HSL 240.38º 1% 0.31% -
HSV(B) 240.38º 1% 0.62% -
XYZ 6.27 2.51 32.95 -
YUV 18.43 207.33 115.57 -
System Red Green Blue C M Y K H S L
Decimal 1 0 159 0.99 1 0 0.38 240.38 1 0.31
Hex 1 0 9F 63 64 0 26 F0 64 1F
Octal 1 0 237 143 144 0 46 360 144 37
Binary 1 0 10011111 1100011 1100100 0 100110 11110000 1100100 11111

Color Harmonies of #01009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01009F

Black with #01009F

Text Example


Text Example

White with #01009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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