#060F48

Color #060F48 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #060F48

Tints of Midnight Express #060F48

Color information

#060F48 (or 0x060F48) is unknown color: approx Midnight Express. HEX triplet: 06, 0F and 48. RGB value is (6,15,72). Sum of RGB (Red+Green+Blue) = 6+15+72=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #060F48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060F48 is #F9F0B7. Grayscale: #121212. Windows color (decimal): -16380088 or 4722438. OLE color: 4722438.

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

Color convert

RGB61572-
CMYK0.920.7900.72
HSL231.82º84.62%15.29%-
HSV(B)231.82º91.67%28.24%-
XYZ1.420.856.22-
YUV18.81158.02118.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.45%
GREEN value IS 15 (6.25% from 255) = 16.13%
BLUE value IS 72 (28.52% from 255) = 77.42%
R=6.45%
G=16.13%
B=77.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal615720.920.7900.72231.8284.6215.29
Hex6F485C4F048e855f
Octal617110134117011035012517
Binary1101111100100010111001001111010010001110100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060F48; }

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

 H1.HeaderClassName
 {
   color: #060F48;
 }
 .AnyTagClassName
 {
   color: #060F48;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #060F48;
 }
 .BgClassName
 {
   background-color: #060F48;
 }
</style>
border-color css

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

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

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