#060D34

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

Shades of Midnight Express #060D34

Tints of Midnight Express #060D34

Color information

#060D34 (or 0x060D34) is unknown color: approx Midnight Express. HEX triplet: 06, 0D and 34. RGB value is (6,13,52). Sum of RGB (Red+Green+Blue) = 6+13+52=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 52 (20.70% from 255 or 73.24% from 71); Max value from RGB is 52 - color contains mainly: blue. Hex color #060D34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060D34 is #F9F2CB. Grayscale: #0F0F0F. Windows color (decimal): -16380620 or 3411206. OLE color: 3411206.

HSL color Cylindrical-coordinate representation of color #060D34: hue angle of 230.87º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #060D34 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB61352-
CMYK0.880.7500.80
HSL230.87º79.31%11.37%-
HSV(B)230.87º88.46%20.39%-
XYZ0.840.573.32-
YUV15.35148.68121.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.45%
GREEN value IS 13 (5.47% from 255) = 18.31%
BLUE value IS 52 (20.70% from 255) = 73.24%
R=8.45%
G=18.31%
B=73.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal613520.880.7500.80230.8779.3111.37
Hex6D34584B050e74fb
Octal61564130113012034711713
Binary110110111010010110001001011010100001110011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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