#060D2F

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

Shades of Midnight Express #060D2F

Tints of Midnight Express #060D2F

Color information

#060D2F (or 0x060D2F) is unknown color: approx Midnight Express. HEX triplet: 06, 0D and 2F. RGB value is (6,13,47). Sum of RGB (Red+Green+Blue) = 6+13+47=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 47 (18.75% from 255 or 71.21% from 66); Max value from RGB is 47 - color contains mainly: blue. Hex color #060D2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060D2F is #F9F2D0. Grayscale: #0E0E0E. Windows color (decimal): -16380625 or 3083526. OLE color: 3083526.

HSL color Cylindrical-coordinate representation of color #060D2F: hue angle of 229.76º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #060D2F is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB61347-
CMYK0.870.7200.82
HSL229.76º77.36%10.39%-
HSV(B)229.76º87.23%18.43%-
XYZ0.730.532.75-
YUV14.78146.18121.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.09%
GREEN value IS 13 (5.47% from 255) = 19.70%
BLUE value IS 47 (18.75% from 255) = 71.21%
R=9.09%
G=19.70%
B=71.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal613470.870.7200.82229.7677.3610.39
Hex6D2F5748052e64da
Octal61557127110012234611512
Binary110110110111110101111001000010100101110011010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,13,47); }

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

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

 a { background-color: rgb(6,13,47); }

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

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

 span { border-color: rgb(6,13,47); }

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