Html Css Color HEX #00019B New Midnight Blue

📋 copy color: '#00019B'

red 0 ◦ green 1 ◦ blue 155

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

Shades of New Midnight Blue #00019B

Tints of New Midnight Blue #00019B

RGB

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

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

 BLUE value IS 155 (60.94% 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

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

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

Color convert

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

Color Harmonies of #00019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00019B

Black with #00019B

Text Example


Text Example

White with #00019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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