#061230

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

Shades of Midnight Express #061230

Tints of Midnight Express #061230

Color information

#061230 (or 0x061230) is unknown color: approx Midnight Express. HEX triplet: 06, 12 and 30. RGB value is (6,18,48). Sum of RGB (Red+Green+Blue) = 6+18+48=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #061230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061230 is #F9EDCF. Grayscale: #111111. Windows color (decimal): -16379344 or 3150342. OLE color: 3150342.

HSL color Cylindrical-coordinate representation of color #061230: hue angle of 222.86º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061230 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB61848-
CMYK0.870.6300.81
HSL222.86º77.78%10.59%-
HSV(B)222.86º87.5%18.82%-
XYZ0.820.682.88-
YUV17.83145.02119.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 48 (19.14% from 255) = 66.67%
R=8.33%
G=25%
B=66.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal618480.870.6300.81222.8677.7810.59
Hex61230573F051df4eb
Octal6226012777012133711613
Binary110100101100001010111111111010100011101111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061230; }

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

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

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

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

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

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

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

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