#010348

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

Shades of Midnight Express #010348

Tints of Midnight Express #010348

Color information

#010348 (or 0x010348) is unknown color: approx Midnight Express. HEX triplet: 01, 03 and 48. RGB value is (1,3,72). Sum of RGB (Red+Green+Blue) = 1+3+72=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 72 (28.52% from 255 or 94.74% from 76); Max value from RGB is 72 - color contains mainly: blue. Hex color #010348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010348 is #FEFCB7. Grayscale: #090909. Windows color (decimal): -16710840 or 4719361. OLE color: 4719361.

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

Color convert

RGB1372-
CMYK0.990.9600.72
HSL238.31º97.26%14.31%-
HSV(B)238.31º98.61%28.24%-
XYZ1.210.546.17-
YUV10.27162.84121.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 3 (1.56% from 255) = 3.95%
BLUE value IS 72 (28.52% from 255) = 94.74%
R=1.32%
G=3.95%
B=94.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal13720.990.9600.72238.3197.2614.31
Hex13486360048ee61e
Octal13110143140011035614116
Binary111100100011000111100000010010001110111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010348; }

 p { color: rgb(1,3,72); }

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

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

 a { background-color: rgb(1,3,72); }

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

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

 span { border-color: rgb(1,3,72); }

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