Html Css Color HEX #061946 Midnight Express

📋 copy color: '#061946'

red 6 ◦ green 25 ◦ blue 70

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

Shades of Midnight Express #061946

Tints of Midnight Express #061946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.75%

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

R = 5.94%
G = 24.75%
B = 69.31%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#061946 (or 0x061946) is known color: Midnight Express. HEX triplet: 06, 19 and 46. RGB value is (6,25,70). Sum of RGB (Red+Green+Blue) = 6+25+70=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 70 (27.73% from 255 or 69.31% from 101); Max value from RGB is 70 - color contains mainly: blue. Hex color #061946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061946 is #F9E6B9. Grayscale: #181818. Windows color (decimal): -16377530 or 4593926. OLE color: 4593926.

HSL color Cylindrical-coordinate representation of color #061946: hue angle of 222.19º 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 #061946 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 25 70 -
CMYK 0.91 0.64 0 0.73
HSL 222.19º 0.84% 0.15% -
HSV(B) 222.19º 0.91% 0.27% -
XYZ 1.53 1.18 5.94 -
YUV 24.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 6 25 70 0.91 0.64 0 0.73 222.19 0.84 0.15
Hex 6 19 46 5B 40 0 49 DE 54 F
Octal 6 31 106 133 100 0 111 336 124 17
Binary 110 11001 1000110 1011011 1000000 0 1001001 11011110 1010100 1111

Color Harmonies of #061946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061946

Black with #061946

Text Example


Text Example

White with #061946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061946; }

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

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

background-color css

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

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

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

border-color css

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

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

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