#00143B

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

Shades of Midnight Express #00143B

Tints of Midnight Express #00143B

Color information

#00143B (or 0x00143B) is unknown color: approx Midnight Express. HEX triplet: 00, 14 and 3B. RGB value is (0,20,59). Sum of RGB (Red+Green+Blue) = 0+20+59=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 59 (23.44% from 255 or 74.68% from 79); Max value from RGB is 59 - color contains mainly: blue. Hex color #00143B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00143B is #FFEBC4. Grayscale: #121212. Windows color (decimal): -16772037 or 3871744. OLE color: 3871744.

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

Color convert

RGB02059-
CMYK10.6600.77
HSL219.66º100%11.57%-
HSV(B)219.66º100%23.14%-
XYZ1.040.824.24-
YUV18.47150.87114.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 59 (23.44% from 255) = 74.68%
R=0%
G=25.32%
B=74.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0205910.6600.77219.6610011.57
Hex0143B644204Ddc64c
Octal02473144102011533414414
Binary01010011101111001001000010010011011101110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00143B; }

 p { color: rgb(0,20,59); }

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

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

 a { background-color: rgb(0,20,59); }

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

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

 span { border-color: rgb(0,20,59); }

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