#000247

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

Shades of Midnight Express #000247

Tints of Midnight Express #000247

Color information

#000247 (or 0x000247) is unknown color: approx Midnight Express. HEX triplet: 00, 02 and 47. RGB value is (0,2,71). Sum of RGB (Red+Green+Blue) = 0+2+71=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 71 (28.12% from 255 or 97.26% from 73); Max value from RGB is 71 - color contains mainly: blue. Hex color #000247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000247 is #FFFDB8. Grayscale: #080808. Windows color (decimal): -16776633 or 4653568. OLE color: 4653568.

HSL color Cylindrical-coordinate representation of color #000247: hue angle of 238.31º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000247 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB0271-
CMYK10.9700.72
HSL238.31º100%13.92%-
HSV(B)238.31º100%27.84%-
XYZ1.160.56-
YUV9.27162.84121.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 71 (28.12% from 255) = 97.26%
R=0%
G=2.74%
B=97.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal027110.9700.72238.3110013.92
Hex02476461048ee64e
Octal02107144141011035614416
Binary010100011111001001100001010010001110111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000247; }

 p { color: rgb(0,2,71); }

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

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

 a { background-color: rgb(0,2,71); }

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

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

 span { border-color: rgb(0,2,71); }

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