#030245

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

Shades of Midnight Express #030245

Tints of Midnight Express #030245

Color information

#030245 (or 0x030245) is unknown color: approx Midnight Express. HEX triplet: 03, 02 and 45. RGB value is (3,2,69). Sum of RGB (Red+Green+Blue) = 3+2+69=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 69 (27.34% from 255 or 93.24% from 74); Max value from RGB is 69 - color contains mainly: blue. Hex color #030245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030245 is #FCFDBA. Grayscale: #090909. Windows color (decimal): -16580027 or 4522499. OLE color: 4522499.

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

Color convert

RGB3269-
CMYK0.960.9700.73
HSL240.9º94.37%13.92%-
HSV(B)240.9º97.1%27.06%-
XYZ1.130.495.67-
YUV9.94161.33123.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.05%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 69 (27.34% from 255) = 93.24%
R=4.05%
G=2.70%
B=93.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal32690.960.9700.73240.994.3713.92
Hex32456061049f15ee
Octal32105140141011136113616
Binary1110100010111000001100001010010011111000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030245; }

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

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

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

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

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

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

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

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