Html Css Color HEX #010249 Midnight Blue

📋 copy color: '#010249'

red 1 ◦ green 2 ◦ blue 73

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

Shades of Midnight Blue #010249

Tints of Midnight Blue #010249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.63%

 BLUE value IS 73 (28.91% from 255) = 96.05%

R = 1.32%
G = 2.63%
B = 96.05%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#010249 (or 0x010249) is known color: Midnight Blue. HEX triplet: 01, 02 and 49. RGB value is (1,2,73). Sum of RGB (Red+Green+Blue) = 1+2+73=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 73 (28.91% from 255 or 96.05% from 76); Max value from RGB is 73 - color contains mainly: blue. Hex color #010249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010249 is #FEFDB6. Grayscale: #090909. Windows color (decimal): -16711095 or 4784641. OLE color: 4784641.

HSL color Cylindrical-coordinate representation of color #010249: hue angle of 239.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010249 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 2 73 -
CMYK 0.99 0.97 0 0.71
HSL 239.17º 0.97% 0.15% -
HSV(B) 239.17º 0.99% 0.29% -
XYZ 1.24 0.53 6.34 -
YUV 9.8 163.67 121.73 -
System Red Green Blue C M Y K H S L
Decimal 1 2 73 0.99 0.97 0 0.71 239.17 0.97 0.15
Hex 1 2 49 63 61 0 47 EF 61 F
Octal 1 2 111 143 141 0 107 357 141 17
Binary 1 10 1001001 1100011 1100001 0 1000111 11101111 1100001 1111

Color Harmonies of #010249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010249

Black with #010249

Text Example


Text Example

White with #010249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010249; }

 p { color: rgb(1,2,73); }

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

background-color css

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

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

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

border-color css

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

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

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