#001234

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

Shades of Midnight Express #001234

Tints of Midnight Express #001234

Color information

#001234 (or 0x001234) is unknown color: approx Midnight Express. HEX triplet: 00, 12 and 34. RGB value is (0,18,52). Sum of RGB (Red+Green+Blue) = 0+18+52=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 52 (20.70% from 255 or 74.29% from 70); Max value from RGB is 52 - color contains mainly: blue. Hex color #001234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001234 is #FFEDCB. Grayscale: #101010. Windows color (decimal): -16772556 or 3412480. OLE color: 3412480.

HSL color Cylindrical-coordinate representation of color #001234: hue angle of 219.23º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001234 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB01852-
CMYK10.6500.80
HSL219.23º100%10.2%-
HSV(B)219.23º100%20.39%-
XYZ0.840.683.34-
YUV16.49148.04116.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 25.71%
BLUE value IS 52 (20.70% from 255) = 74.29%
R=0%
G=25.71%
B=74.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0185210.6500.80219.2310010.2
Hex012346441050db64a
Octal02264144101012033314412
Binary01001011010011001001000001010100001101101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001234; }

 p { color: rgb(0,18,52); }

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

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

 a { background-color: rgb(0,18,52); }

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

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

 span { border-color: rgb(0,18,52); }

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