#030D35

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

Shades of Midnight Express #030D35

Tints of Midnight Express #030D35

Color information

#030D35 (or 0x030D35) is unknown color: approx Midnight Express. HEX triplet: 03, 0D and 35. RGB value is (3,13,53). Sum of RGB (Red+Green+Blue) = 3+13+53=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 53 (21.09% from 255 or 76.81% from 69); Max value from RGB is 53 - color contains mainly: blue. Hex color #030D35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D35 is #FCF2CA. Grayscale: #0E0E0E. Windows color (decimal): -16577227 or 3476739. OLE color: 3476739.

HSL color Cylindrical-coordinate representation of color #030D35: hue angle of 228º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030D35 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB31353-
CMYK0.940.7500.79
HSL228º89.29%10.98%-
HSV(B)228º94.34%20.78%-
XYZ0.820.563.43-
YUV14.57149.69119.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.35%
GREEN value IS 13 (5.47% from 255) = 18.84%
BLUE value IS 53 (21.09% from 255) = 76.81%
R=4.35%
G=18.84%
B=76.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal313530.940.7500.7922889.2910.98
Hex3D355E4B04Fe459b
Octal31565136113011734413113
Binary11110111010110111101001011010011111110010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030D35; }

 p { color: rgb(3,13,53); }

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

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

 a { background-color: rgb(3,13,53); }

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

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

 span { border-color: rgb(3,13,53); }

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