Html Css Color HEX #061548 Midnight Express

📋 copy color: '#061548'

red 6 ◦ green 21 ◦ blue 72

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

Shades of Midnight Express #061548

Tints of Midnight Express #061548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.21%

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

R = 6.06%
G = 21.21%
B = 72.73%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#061548 (or 0x061548) is known color: Midnight Express. HEX triplet: 06, 15 and 48. RGB value is (6,21,72). Sum of RGB (Red+Green+Blue) = 6+21+72=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #061548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061548 is #F9EAB7. Grayscale: #161616. Windows color (decimal): -16378552 or 4723974. OLE color: 4723974.

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

Color convert

RGB 6 21 72 -
CMYK 0.92 0.71 0 0.72
HSL 226.36º 0.85% 0.15% -
HSV(B) 226.36º 0.92% 0.28% -
XYZ 1.51 1.04 6.25 -
YUV 22.33 156.03 116.35 -
System Red Green Blue C M Y K H S L
Decimal 6 21 72 0.92 0.71 0 0.72 226.36 0.85 0.15
Hex 6 15 48 5C 47 0 48 E2 55 F
Octal 6 25 110 134 107 0 110 342 125 17
Binary 110 10101 1001000 1011100 1000111 0 1001000 11100010 1010101 1111

Color Harmonies of #061548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061548

Black with #061548

Text Example


Text Example

White with #061548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061548; }

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

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

background-color css

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

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

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

border-color css

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

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

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