Html Css Color HEX #061148 Midnight Express

📋 copy color: '#061148'

red 6 ◦ green 17 ◦ blue 72

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

Shades of Midnight Express #061148

Tints of Midnight Express #061148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.89%

 BLUE value IS 72 (28.52% from 255) = 75.79%

R = 6.32%
G = 17.89%
B = 75.79%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#061148 (or 0x061148) is known color: Midnight Express. HEX triplet: 06, 11 and 48. RGB value is (6,17,72). Sum of RGB (Red+Green+Blue) = 6+17+72=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #061148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061148 is #F9EEB7. Grayscale: #131313. Windows color (decimal): -16379576 or 4722950. OLE color: 4722950.

HSL color Cylindrical-coordinate representation of color #061148: hue angle of 230º degrees, saturation: 0.85, 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 #061148 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 17 72 -
CMYK 0.92 0.76 0 0.72
HSL 230º 0.85% 0.15% -
HSV(B) 230º 0.92% 0.28% -
XYZ 1.45 0.91 6.23 -
YUV 19.98 157.36 118.03 -
System Red Green Blue C M Y K H S L
Decimal 6 17 72 0.92 0.76 0 0.72 230 0.85 0.15
Hex 6 11 48 5C 4C 0 48 E6 55 F
Octal 6 21 110 134 114 0 110 346 125 17
Binary 110 10001 1001000 1011100 1001100 0 1001000 11100110 1010101 1111

Color Harmonies of #061148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061148

Black with #061148

Text Example


Text Example

White with #061148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061148; }

 p { color: rgb(6,17,72); }

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

background-color css

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

 a { background-color: rgb(6,17,72); }

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

border-color css

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

 span { border-color: rgb(6,17,72); }

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