Html Css Color HEX #060548 Midnight Express

📋 copy color: '#060548'

red 6 ◦ green 5 ◦ blue 72

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

Shades of Midnight Express #060548

Tints of Midnight Express #060548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.02%

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

R = 7.23%
G = 6.02%
B = 86.75%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#060548 (or 0x060548) is known color: Midnight Express. HEX triplet: 06, 05 and 48. RGB value is (6,5,72). Sum of RGB (Red+Green+Blue) = 6+5+72=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 72 (28.52% from 255 or 86.75% from 83); Max value from RGB is 72 - color contains mainly: blue. Hex color #060548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060548 is #F9FAB7. Grayscale: #0C0C0C. Windows color (decimal): -16382648 or 4719878. OLE color: 4719878.

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

Color convert

RGB 6 5 72 -
CMYK 0.92 0.93 0 0.72
HSL 240.9º 0.87% 0.15% -
HSV(B) 240.9º 0.93% 0.28% -
XYZ 1.3 0.62 6.18 -
YUV 12.94 161.33 123.05 -
System Red Green Blue C M Y K H S L
Decimal 6 5 72 0.92 0.93 0 0.72 240.9 0.87 0.15
Hex 6 5 48 5C 5D 0 48 F1 57 F
Octal 6 5 110 134 135 0 110 361 127 17
Binary 110 101 1001000 1011100 1011101 0 1001000 11110001 1010111 1111

Color Harmonies of #060548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060548

Black with #060548

Text Example


Text Example

White with #060548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060548; }

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

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

background-color css

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

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

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

border-color css

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

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

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