#00102E

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

Shades of Midnight Express #00102E

Tints of Midnight Express #00102E

Color information

#00102E (or 0x00102E) is unknown color: approx Midnight Express. HEX triplet: 00, 10 and 2E. RGB value is (0,16,46). Sum of RGB (Red+Green+Blue) = 0+16+46=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 46 (18.36% from 255 or 74.19% from 62); Max value from RGB is 46 - color contains mainly: blue. Hex color #00102E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00102E is #FFEFD1. Grayscale: #0E0E0E. Windows color (decimal): -16773074 or 3018752. OLE color: 3018752.

HSL color Cylindrical-coordinate representation of color #00102E: hue angle of 219.13º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00102E is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB01646-
CMYK10.6500.82
HSL219.13º100%9.02%-
HSV(B)219.13º100%18.04%-
XYZ0.680.572.66-
YUV14.64145.7117.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 25.81%
BLUE value IS 46 (18.36% from 255) = 74.19%
R=0%
G=25.81%
B=74.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0164610.6500.82219.131009.02
Hex0102E6441052db649
Octal02056144101012233314411
Binary01000010111011001001000001010100101101101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00102E; }

 p { color: rgb(0,16,46); }

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

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

 a { background-color: rgb(0,16,46); }

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

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

 span { border-color: rgb(0,16,46); }

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