Html Css Color HEX #01049C New Midnight Blue

📋 copy color: '#01049C'

red 1 ◦ green 4 ◦ blue 156

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

Shades of New Midnight Blue #01049C

Tints of New Midnight Blue #01049C

RGB

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

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

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

R = 0.62%
G = 2.48%
B = 96.89%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01049C (or 0x01049C) is known color: New Midnight Blue. HEX triplet: 01, 04 and 9C. RGB value is (1,4,156). Sum of RGB (Red+Green+Blue) = 1+4+156=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 156 (61.33% from 255 or 96.89% from 161); Max value from RGB is 156 - color contains mainly: blue. Hex color #01049C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01049C is #FEFB63. Grayscale: #131313. Windows color (decimal): -16710500 or 10224641. OLE color: 10224641.

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

Color convert

RGB 1 4 156 -
CMYK 0.99 0.97 0 0.39
HSL 238.84º 0.99% 0.31% -
HSV(B) 238.84º 0.99% 0.61% -
XYZ 6.06 2.49 31.61 -
YUV 20.43 204.51 114.14 -
System Red Green Blue C M Y K H S L
Decimal 1 4 156 0.99 0.97 0 0.39 238.84 0.99 0.31
Hex 1 4 9C 63 61 0 27 EF 63 1F
Octal 1 4 234 143 141 0 47 357 143 37
Binary 1 100 10011100 1100011 1100001 0 100111 11101111 1100011 11111

Color Harmonies of #01049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01049C

Black with #01049C

Text Example


Text Example

White with #01049C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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