#08123C

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

Shades of Midnight Express #08123C

Tints of Midnight Express #08123C

Color information

#08123C (or 0x08123C) is unknown color: approx Midnight Express. HEX triplet: 08, 12 and 3C. RGB value is (8,18,60). Sum of RGB (Red+Green+Blue) = 8+18+60=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 60 (23.83% from 255 or 69.77% from 86); Max value from RGB is 60 - color contains mainly: blue. Hex color #08123C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08123C is #F7EDC3. Grayscale: #131313. Windows color (decimal): -16248260 or 3936776. OLE color: 3936776.

HSL color Cylindrical-coordinate representation of color #08123C: hue angle of 228.46º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08123C is Cyan = 0.87, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB81860-
CMYK0.870.700.76
HSL228.46º76.47%13.33%-
HSV(B)228.46º86.67%23.53%-
XYZ1.130.814.37-
YUV19.8150.69119.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.30%
GREEN value IS 18 (7.42% from 255) = 20.93%
BLUE value IS 60 (23.83% from 255) = 69.77%
R=9.30%
G=20.93%
B=69.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal818600.870.700.76228.4676.4713.33
Hex8123C574604Ce44cd
Octal102274127106011434411415
Binary10001001011110010101111000110010011001110010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,18,60); }

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

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

 a { background-color: rgb(8,18,60); }

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

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

 span { border-color: rgb(8,18,60); }

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