Html Css Color HEX #061048 Midnight Express

📋 copy color: '#061048'

red 6 ◦ green 16 ◦ blue 72

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

Shades of Midnight Express #061048

Tints of Midnight Express #061048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.02%

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

R = 6.38%
G = 17.02%
B = 76.6%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#061048 (or 0x061048) is known color: Midnight Express. HEX triplet: 06, 10 and 48. RGB value is (6,16,72). Sum of RGB (Red+Green+Blue) = 6+16+72=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #061048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061048 is #F9EFB7. Grayscale: #131313. Windows color (decimal): -16379832 or 4722694. OLE color: 4722694.

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

Color convert

RGB 6 16 72 -
CMYK 0.92 0.78 0 0.72
HSL 230.91º 0.85% 0.15% -
HSV(B) 230.91º 0.92% 0.28% -
XYZ 1.43 0.88 6.22 -
YUV 19.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 6 16 72 0.92 0.78 0 0.72 230.91 0.85 0.15
Hex 6 10 48 5C 4E 0 48 E7 55 F
Octal 6 20 110 134 116 0 110 347 125 17
Binary 110 10000 1001000 1011100 1001110 0 1001000 11100111 1010101 1111

Color Harmonies of #061048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061048

Black with #061048

Text Example


Text Example

White with #061048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061048; }

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

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

background-color css

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

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

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

border-color css

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

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

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