Html Css Color HEX #010349 Midnight Blue

📋 copy color: '#010349'

red 1 ◦ green 3 ◦ blue 73

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

Shades of Midnight Blue #010349

Tints of Midnight Blue #010349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.9%

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

R = 1.3%
G = 3.9%
B = 94.81%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#010349 (or 0x010349) is known color: Midnight Blue. HEX triplet: 01, 03 and 49. RGB value is (1,3,73). Sum of RGB (Red+Green+Blue) = 1+3+73=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 73 (28.91% from 255 or 94.81% from 77); Max value from RGB is 73 - color contains mainly: blue. Hex color #010349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010349 is #FEFCB6. Grayscale: #0A0A0A. Windows color (decimal): -16710839 or 4784897. OLE color: 4784897.

HSL color Cylindrical-coordinate representation of color #010349: hue angle of 238.33º 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 #010349 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 3 73 -
CMYK 0.99 0.96 0 0.71
HSL 238.33º 0.97% 0.15% -
HSV(B) 238.33º 0.99% 0.29% -
XYZ 1.25 0.55 6.34 -
YUV 10.38 163.34 121.31 -
System Red Green Blue C M Y K H S L
Decimal 1 3 73 0.99 0.96 0 0.71 238.33 0.97 0.15
Hex 1 3 49 63 60 0 47 EE 61 F
Octal 1 3 111 143 140 0 107 356 141 17
Binary 1 11 1001001 1100011 1100000 0 1000111 11101110 1100001 1111

Color Harmonies of #010349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010349

Black with #010349

Text Example


Text Example

White with #010349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010349; }

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

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

background-color css

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

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

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

border-color css

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

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

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