#010935

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

Shades of Midnight Express #010935

Tints of Midnight Express #010935

Color information

#010935 (or 0x010935) is unknown color: approx Midnight Express. HEX triplet: 01, 09 and 35. RGB value is (1,9,53). Sum of RGB (Red+Green+Blue) = 1+9+53=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 53 (21.09% from 255 or 84.13% from 63); Max value from RGB is 53 - color contains mainly: blue. Hex color #010935 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010935 is #FEF6CA. Grayscale: #0B0B0B. Windows color (decimal): -16709323 or 3475713. OLE color: 3475713.

HSL color Cylindrical-coordinate representation of color #010935: hue angle of 230.77º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010935 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB1953-
CMYK0.980.8300.79
HSL230.77º96.3%10.59%-
HSV(B)230.77º98.11%20.78%-
XYZ0.750.463.42-
YUV11.62151.35120.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.59%
GREEN value IS 9 (3.91% from 255) = 14.29%
BLUE value IS 53 (21.09% from 255) = 84.13%
R=1.59%
G=14.29%
B=84.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal19530.980.8300.79230.7796.310.59
Hex1935625304Fe760b
Octal11165142123011734714013
Binary1100111010111000101010011010011111110011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010935; }

 p { color: rgb(1,9,53); }

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

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

 a { background-color: rgb(1,9,53); }

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

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

 span { border-color: rgb(1,9,53); }

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