#00153A

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

Shades of Midnight Express #00153A

Tints of Midnight Express #00153A

Color information

#00153A (or 0x00153A) is unknown color: approx Midnight Express. HEX triplet: 00, 15 and 3A. RGB value is (0,21,58). Sum of RGB (Red+Green+Blue) = 0+21+58=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 58 (23.05% from 255 or 73.42% from 79); Max value from RGB is 58 - color contains mainly: blue. Hex color #00153A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00153A is #FFEAC5. Grayscale: #121212. Windows color (decimal): -16771782 or 3806464. OLE color: 3806464.

HSL color Cylindrical-coordinate representation of color #00153A: hue angle of 218.28º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00153A is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB02158-
CMYK10.6400.77
HSL218.28º100%11.37%-
HSV(B)218.28º100%22.75%-
XYZ1.030.844.11-
YUV18.94150.04114.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 58 (23.05% from 255) = 73.42%
R=0%
G=26.58%
B=73.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0215810.6400.77218.2810011.37
Hex0153A644004Dda64b
Octal02572144100011533214413
Binary01010111101011001001000000010011011101101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00153A; }

 p { color: rgb(0,21,58); }

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

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

 a { background-color: rgb(0,21,58); }

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

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

 span { border-color: rgb(0,21,58); }

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