#000245

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

Shades of Midnight Express #000245

Tints of Midnight Express #000245

Color information

#000245 (or 0x000245) is unknown color: approx Midnight Express. HEX triplet: 00, 02 and 45. RGB value is (0,2,69). Sum of RGB (Red+Green+Blue) = 0+2+69=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 69 (27.34% from 255 or 97.18% from 71); Max value from RGB is 69 - color contains mainly: blue. Hex color #000245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000245 is #FFFDBA. Grayscale: #080808. Windows color (decimal): -16776635 or 4522496. OLE color: 4522496.

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

Color convert

RGB0269-
CMYK10.9700.73
HSL238.26º100%13.53%-
HSV(B)238.26º100%27.06%-
XYZ1.10.475.66-
YUV9.04161.84121.55-

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.82%
BLUE value IS 69 (27.34% from 255) = 97.18%
R=0%
G=2.82%
B=97.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal026910.9700.73238.2610013.53
Hex02456461049ee64e
Octal02105144141011135614416
Binary010100010111001001100001010010011110111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000245; }

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

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

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

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

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

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

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

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