Html Css Color HEX #061A47 Midnight Express

📋 copy color: '#061A47'

red 6 ◦ green 26 ◦ blue 71

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

Shades of Midnight Express #061A47

Tints of Midnight Express #061A47

RGB

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

 GREEN value IS 26 (10.55% from 255) = 25.24%

 BLUE value IS 71 (28.13% from 255) = 68.93%

R = 5.83%
G = 25.24%
B = 68.93%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#061A47 (or 0x061A47) is known color: Midnight Express. HEX triplet: 06, 1A and 47. RGB value is (6,26,71). Sum of RGB (Red+Green+Blue) = 6+26+71=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 71 (28.12% from 255 or 68.93% from 103); Max value from RGB is 71 - color contains mainly: blue. Hex color #061A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A47 is #F9E5B8. Grayscale: #181818. Windows color (decimal): -16377273 or 4659718. OLE color: 4659718.

HSL color Cylindrical-coordinate representation of color #061A47: hue angle of 221.54º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061A47 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 26 71 -
CMYK 0.92 0.63 0 0.72
HSL 221.54º 0.84% 0.15% -
HSV(B) 221.54º 0.92% 0.28% -
XYZ 1.58 1.23 6.12 -
YUV 25.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 6 26 71 0.92 0.63 0 0.72 221.54 0.84 0.15
Hex 6 1A 47 5C 3F 0 48 DE 54 F
Octal 6 32 107 134 77 0 110 336 124 17
Binary 110 11010 1000111 1011100 111111 0 1001000 11011110 1010100 1111

Color Harmonies of #061A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061A47

Black with #061A47

Text Example


Text Example

White with #061A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061A47; }

 p { color: rgb(6,26,71); }

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

background-color css

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

 a { background-color: rgb(6,26,71); }

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

border-color css

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

 span { border-color: rgb(6,26,71); }

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