Html Css Color HEX #01019B New Midnight Blue

📋 copy color: '#01019B'

red 1 ◦ green 1 ◦ blue 155

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

Shades of New Midnight Blue #01019B

Tints of New Midnight Blue #01019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 98.73%

R = 0.64%
G = 0.64%
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

#01019B (or 0x01019B) is known color: New Midnight Blue. HEX triplet: 01, 01 and 9B. RGB value is (1,1,155). Sum of RGB (Red+Green+Blue) = 1+1+155=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 155 (60.94% from 255 or 98.73% from 157); Max value from RGB is 155 - color contains mainly: blue. Hex color #01019B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01019B is #FEFE64. Grayscale: #111111. Windows color (decimal): -16711269 or 10158337. OLE color: 10158337.

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

Color convert

RGB 1 1 155 -
CMYK 0.99 0.99 0 0.39
HSL 240º 0.99% 0.31% -
HSV(B) 240º 0.99% 0.61% -
XYZ 5.94 2.39 31.16 -
YUV 18.56 205 115.48 -
System Red Green Blue C M Y K H S L
Decimal 1 1 155 0.99 0.99 0 0.39 240 0.99 0.31
Hex 1 1 9B 63 63 0 27 F0 63 1F
Octal 1 1 233 143 143 0 47 360 143 37
Binary 1 1 10011011 1100011 1100011 0 100111 11110000 1100011 11111

Color Harmonies of #01019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01019B

Black with #01019B

Text Example


Text Example

White with #01019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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