#060248

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

Shades of Midnight Blue #060248

Tints of Midnight Blue #060248

Color information

#060248 (or 0x060248) is unknown color: approx Midnight Blue. HEX triplet: 06, 02 and 48. RGB value is (6,2,72). Sum of RGB (Red+Green+Blue) = 6+2+72=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 72 (28.52% from 255 or 90% from 80); Max value from RGB is 72 - color contains mainly: blue. Hex color #060248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060248 is #F9FDB7. Grayscale: #0A0A0A. Windows color (decimal): -16383416 or 4719110. OLE color: 4719110.

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

Color convert

RGB6272-
CMYK0.920.9700.72
HSL243.43º94.59%14.51%-
HSV(B)243.43º97.22%28.24%-
XYZ1.270.556.17-
YUV11.18162.33124.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.5%
GREEN value IS 2 (1.17% from 255) = 2.5%
BLUE value IS 72 (28.52% from 255) = 90%
R=7.5%
G=2.5%
B=90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal62720.920.9700.72243.4394.5914.51
Hex62485C61048f35ff
Octal62110134141011036313717
Binary11010100100010111001100001010010001111001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060248; }

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

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

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

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

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

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

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

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