Html Css Color HEX #061346 Midnight Express

📋 copy color: '#061346'

red 6 ◦ green 19 ◦ blue 70

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

Shades of Midnight Express #061346

Tints of Midnight Express #061346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 73.68%

R = 6.32%
G = 20%
B = 73.68%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#061346 (or 0x061346) is known color: Midnight Express. HEX triplet: 06, 13 and 46. RGB value is (6,19,70). Sum of RGB (Red+Green+Blue) = 6+19+70=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 70 (27.73% from 255 or 73.68% from 95); Max value from RGB is 70 - color contains mainly: blue. Hex color #061346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061346 is #F9ECB9. Grayscale: #141414. Windows color (decimal): -16379066 or 4592390. OLE color: 4592390.

HSL color Cylindrical-coordinate representation of color #061346: hue angle of 227.81º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061346 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 19 70 -
CMYK 0.91 0.73 0 0.73
HSL 227.81º 0.84% 0.15% -
HSV(B) 227.81º 0.91% 0.27% -
XYZ 1.41 0.95 5.9 -
YUV 20.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 6 19 70 0.91 0.73 0 0.73 227.81 0.84 0.15
Hex 6 13 46 5B 49 0 49 E4 54 F
Octal 6 23 106 133 111 0 111 344 124 17
Binary 110 10011 1000110 1011011 1001001 0 1001001 11100100 1010100 1111

Color Harmonies of #061346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061346

Black with #061346

Text Example


Text Example

White with #061346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061346; }

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

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

background-color css

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

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

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

border-color css

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

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

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