Html Css Color HEX #01019C New Midnight Blue

📋 copy color: '#01019C'

red 1 ◦ green 1 ◦ blue 156

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

Shades of New Midnight Blue #01019C

Tints of New Midnight Blue #01019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 98.73%

R = 0.63%
G = 0.63%
B = 98.73%

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

#01019C (or 0x01019C) is known color: New Midnight Blue. HEX triplet: 01, 01 and 9C. RGB value is (1,1,156). Sum of RGB (Red+Green+Blue) = 1+1+156=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 156 (61.33% from 255 or 98.73% from 158); Max value from RGB is 156 - color contains mainly: blue. Hex color #01019C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01019C is #FEFE63. Grayscale: #121212. Windows color (decimal): -16711268 or 10223873. OLE color: 10223873.

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

Color convert

RGB 1 1 156 -
CMYK 0.99 0.99 0 0.39
HSL 240º 0.99% 0.31% -
HSV(B) 240º 0.99% 0.61% -
XYZ 6.02 2.43 31.6 -
YUV 18.67 205.5 115.4 -
System Red Green Blue C M Y K H S L
Decimal 1 1 156 0.99 0.99 0 0.39 240 0.99 0.31
Hex 1 1 9C 63 63 0 27 F0 63 1F
Octal 1 1 234 143 143 0 47 360 143 37
Binary 1 1 10011100 1100011 1100011 0 100111 11110000 1100011 11111

Color Harmonies of #01019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01019C

Black with #01019C

Text Example


Text Example

White with #01019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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