Html Css Color HEX #01049D New Midnight Blue

📋 copy color: '#01049D'

red 1 ◦ green 4 ◦ blue 157

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

Shades of New Midnight Blue #01049D

Tints of New Midnight Blue #01049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.47%

 BLUE value IS 157 (61.72% from 255) = 96.91%

R = 0.62%
G = 2.47%
B = 96.91%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01049D (or 0x01049D) is known color: New Midnight Blue. HEX triplet: 01, 04 and 9D. RGB value is (1,4,157). Sum of RGB (Red+Green+Blue) = 1+4+157=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 157 (61.72% from 255 or 96.91% from 162); Max value from RGB is 157 - color contains mainly: blue. Hex color #01049D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01049D is #FEFB62. Grayscale: #131313. Windows color (decimal): -16710499 or 10290177. OLE color: 10290177.

HSL color Cylindrical-coordinate representation of color #01049D: hue angle of 238.85º 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 #01049D is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 4 157 -
CMYK 0.99 0.97 0 0.38
HSL 238.85º 0.99% 0.31% -
HSV(B) 238.85º 0.99% 0.62% -
XYZ 6.14 2.53 32.06 -
YUV 20.55 205.01 114.06 -
System Red Green Blue C M Y K H S L
Decimal 1 4 157 0.99 0.97 0 0.38 238.85 0.99 0.31
Hex 1 4 9D 63 61 0 26 EF 63 1F
Octal 1 4 235 143 141 0 46 357 143 37
Binary 1 100 10011101 1100011 1100001 0 100110 11101111 1100011 11111

Color Harmonies of #01049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01049D

Black with #01049D

Text Example


Text Example

White with #01049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01049D; }

 p { color: rgb(1,4,157); }

 H1.HeaderClassName
 {
   color: #01049D;
 }
 .AnyTagClassName
 {
   color: #01049D;
 }
</style>

background-color css

<style>
 a { background-color: #01049D; }

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

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

border-color css

<style>
 span { border-color: #01049D; }

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

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