Html Css Color HEX #061349 Midnight Express

📋 copy color: '#061349'

red 6 ◦ green 19 ◦ blue 73

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

Shades of Midnight Express #061349

Tints of Midnight Express #061349

RGB

 RED value IS 6 (2.73% from 255) = 6.12%

 GREEN value IS 19 (7.81% from 255) = 19.39%

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

R = 6.12%
G = 19.39%
B = 74.49%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#061349 (or 0x061349) is known color: Midnight Express. HEX triplet: 06, 13 and 49. RGB value is (6,19,73). Sum of RGB (Red+Green+Blue) = 6+19+73=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 73 (28.91% from 255 or 74.49% from 98); Max value from RGB is 73 - color contains mainly: blue. Hex color #061349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061349 is #F9ECB6. Grayscale: #151515. Windows color (decimal): -16379063 or 4788998. OLE color: 4788998.

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

Color convert

RGB 6 19 73 -
CMYK 0.92 0.74 0 0.71
HSL 228.36º 0.85% 0.15% -
HSV(B) 228.36º 0.92% 0.29% -
XYZ 1.51 0.99 6.41 -
YUV 21.27 157.19 117.11 -
System Red Green Blue C M Y K H S L
Decimal 6 19 73 0.92 0.74 0 0.71 228.36 0.85 0.15
Hex 6 13 49 5C 4A 0 47 E4 55 F
Octal 6 23 111 134 112 0 107 344 125 17
Binary 110 10011 1001001 1011100 1001010 0 1000111 11100100 1010101 1111

Color Harmonies of #061349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061349

Black with #061349

Text Example


Text Example

White with #061349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061349; }

 p { color: rgb(6,19,73); }

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

background-color css

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

 a { background-color: rgb(6,19,73); }

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

border-color css

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

 span { border-color: rgb(6,19,73); }

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