#00103C

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

Shades of Midnight Express #00103C

Tints of Midnight Express #00103C

Color information

#00103C (or 0x00103C) is unknown color: approx Midnight Express. HEX triplet: 00, 10 and 3C. RGB value is (0,16,60). Sum of RGB (Red+Green+Blue) = 0+16+60=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 60 (23.83% from 255 or 78.95% from 76); Max value from RGB is 60 - color contains mainly: blue. Hex color #00103C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00103C is #FFEFC3. Grayscale: #101010. Windows color (decimal): -16773060 or 3936256. OLE color: 3936256.

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

Color convert

RGB01660-
CMYK10.7300.76
HSL224º100%11.76%-
HSV(B)224º100%23.53%-
XYZ10.74.36-
YUV16.23152.7116.42-

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) = 21.05%
BLUE value IS 60 (23.83% from 255) = 78.95%
R=0%
G=21.05%
B=78.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0166010.7300.7622410011.76
Hex0103C644904Ce064c
Octal02074144111011434014414
Binary01000011110011001001001001010011001110000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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