#06133C

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

Shades of Midnight Express #06133C

Tints of Midnight Express #06133C

Color information

#06133C (or 0x06133C) is unknown color: approx Midnight Express. HEX triplet: 06, 13 and 3C. RGB value is (6,19,60). Sum of RGB (Red+Green+Blue) = 6+19+60=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 60 (23.83% from 255 or 70.59% from 85); Max value from RGB is 60 - color contains mainly: blue. Hex color #06133C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06133C is #F9ECC3. Grayscale: #131313. Windows color (decimal): -16379076 or 3937030. OLE color: 3937030.

HSL color Cylindrical-coordinate representation of color #06133C: hue angle of 225.56º 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 #06133C is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB61960-
CMYK0.900.6800.76
HSL225.56º81.82%12.94%-
HSV(B)225.56º90%23.53%-
XYZ1.120.834.38-
YUV19.79150.69118.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 19 (7.81% from 255) = 22.35%
BLUE value IS 60 (23.83% from 255) = 70.59%
R=7.06%
G=22.35%
B=70.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal619600.900.6800.76225.5681.8212.94
Hex6133C5A4404Ce252d
Octal62374132104011434212215
Binary1101001111110010110101000100010011001110001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06133C; }

 p { color: rgb(6,19,60); }

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

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

 a { background-color: rgb(6,19,60); }

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

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

 span { border-color: rgb(6,19,60); }

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