Html Css Color HEX #01009C New Midnight Blue

📋 copy color: '#01009C'

red 1 ◦ green 0 ◦ blue 156

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

Shades of New Midnight Blue #01009C

Tints of New Midnight Blue #01009C

RGB

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

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

 BLUE value IS 156 (61.33% 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

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

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

Color convert

RGB 1 0 156 -
CMYK 0.99 1 0 0.39
HSL 240.38º 1% 0.31% -
HSV(B) 240.38º 1% 0.61% -
XYZ 6.01 2.41 31.6 -
YUV 18.08 205.83 115.82 -
System Red Green Blue C M Y K H S L
Decimal 1 0 156 0.99 1 0 0.39 240.38 1 0.31
Hex 1 0 9C 63 64 0 27 F0 64 1F
Octal 1 0 234 143 144 0 47 360 144 37
Binary 1 0 10011100 1100011 1100100 0 100111 11110000 1100100 11111

Color Harmonies of #01009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01009C

Black with #01009C

Text Example


Text Example

White with #01009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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