#061233

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

Shades of Midnight Express #061233

Tints of Midnight Express #061233

Color information

#061233 (or 0x061233) is unknown color: approx Midnight Express. HEX triplet: 06, 12 and 33. RGB value is (6,18,51). Sum of RGB (Red+Green+Blue) = 6+18+51=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 51 (20.31% from 255 or 68% from 75); Max value from RGB is 51 - color contains mainly: blue. Hex color #061233 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061233 is #F9EDCC. Grayscale: #121212. Windows color (decimal): -16379341 or 3346950. OLE color: 3346950.

HSL color Cylindrical-coordinate representation of color #061233: hue angle of 224º 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 #061233 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB61851-
CMYK0.880.6500.8
HSL224º78.95%11.18%-
HSV(B)224º88.24%20%-
XYZ0.890.713.22-
YUV18.17146.52119.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 51 (20.31% from 255) = 68%
R=8%
G=24%
B=68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal618510.880.6500.822478.9511.18
Hex612335841050e04fb
Octal62263130101012034011713
Binary1101001011001110110001000001010100001110000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061233; }

 p { color: rgb(6,18,51); }

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

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

 a { background-color: rgb(6,18,51); }

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

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

 span { border-color: rgb(6,18,51); }

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