Html Css Color HEX #01149F New Midnight Blue

📋 copy color: '#01149F'

red 1 ◦ green 20 ◦ blue 159

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

Shades of New Midnight Blue #01149F

Tints of New Midnight Blue #01149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.11%

 BLUE value IS 159 (62.5% from 255) = 88.33%

R = 0.56%
G = 11.11%
B = 88.33%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01149F (or 0x01149F) is known color: New Midnight Blue. HEX triplet: 01, 14 and 9F. RGB value is (1,20,159). Sum of RGB (Red+Green+Blue) = 1+20+159=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 159 (62.5% from 255 or 88.33% from 180); Max value from RGB is 159 - color contains mainly: blue. Hex color #01149F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01149F is #FEEB60. Grayscale: #1D1D1D. Windows color (decimal): -16706401 or 10425345. OLE color: 10425345.

HSL color Cylindrical-coordinate representation of color #01149F: hue angle of 232.78º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01149F is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 20 159 -
CMYK 0.99 0.87 0 0.38
HSL 232.78º 0.99% 0.31% -
HSV(B) 232.78º 0.99% 0.62% -
XYZ 6.52 3.01 33.04 -
YUV 30.17 200.71 107.2 -
System Red Green Blue C M Y K H S L
Decimal 1 20 159 0.99 0.87 0 0.38 232.78 0.99 0.31
Hex 1 14 9F 63 57 0 26 E9 63 1F
Octal 1 24 237 143 127 0 46 351 143 37
Binary 1 10100 10011111 1100011 1010111 0 100110 11101001 1100011 11111

Color Harmonies of #01149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01149F

Black with #01149F

Text Example


Text Example

White with #01149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01149F; }

 p { color: rgb(1,20,159); }

 H1.HeaderClassName
 {
   color: #01149F;
 }
 .AnyTagClassName
 {
   color: #01149F;
 }
</style>

background-color css

<style>
 a { background-color: #01149F; }

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

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

border-color css

<style>
 span { border-color: #01149F; }

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

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