#060C3D

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

Shades of Midnight Express #060C3D

Tints of Midnight Express #060C3D

Color information

#060C3D (or 0x060C3D) is unknown color: approx Midnight Express. HEX triplet: 06, 0C and 3D. RGB value is (6,12,61). Sum of RGB (Red+Green+Blue) = 6+12+61=79 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.59% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 61 (24.22% from 255 or 77.22% from 79); Max value from RGB is 61 - color contains mainly: blue. Hex color #060C3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C3D is #F9F3C2. Grayscale: #0F0F0F. Windows color (decimal): -16380867 or 4000774. OLE color: 4000774.

HSL color Cylindrical-coordinate representation of color #060C3D: hue angle of 233.45º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #060C3D is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB61261-
CMYK0.900.8000.76
HSL233.45º82.09%13.14%-
HSV(B)233.45º90.16%23.92%-
XYZ1.050.644.48-
YUV15.79153.51121.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.59%
GREEN value IS 12 (5.08% from 255) = 15.19%
BLUE value IS 61 (24.22% from 255) = 77.22%
R=7.59%
G=15.19%
B=77.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal612610.900.8000.76233.4582.0913.14
Hex6C3D5A5004Ce952d
Octal61475132120011435112215
Binary110110011110110110101010000010011001110100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,12,61); }

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

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

 a { background-color: rgb(6,12,61); }

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

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

 span { border-color: rgb(6,12,61); }

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