Html Css Color HEX #00019C New Midnight Blue

📋 copy color: '#00019C'

red 0 ◦ green 1 ◦ blue 156

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

Shades of New Midnight Blue #00019C

Tints of New Midnight Blue #00019C

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00019C (or 0x00019C) is known color: New Midnight Blue. HEX triplet: 00, 01 and 9C. RGB value is (0,1,156). Sum of RGB (Red+Green+Blue) = 0+1+156=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 1 (0.78% from 255 or 0.64% 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 #00019C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00019C is #FFFE63. Grayscale: #111111. Windows color (decimal): -16776804 or 10223872. OLE color: 10223872.

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

Color convert

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

Color Harmonies of #00019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00019C

Black with #00019C

Text Example


Text Example

White with #00019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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