#030B40

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

Shades of Midnight Express #030B40

Tints of Midnight Express #030B40

Color information

#030B40 (or 0x030B40) is unknown color: approx Midnight Express. HEX triplet: 03, 0B and 40. RGB value is (3,11,64). Sum of RGB (Red+Green+Blue) = 3+11+64=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 64 (25.39% from 255 or 82.05% from 78); Max value from RGB is 64 - color contains mainly: blue. Hex color #030B40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B40 is #FCF4BF. Grayscale: #0E0E0E. Windows color (decimal): -16577728 or 4197123. OLE color: 4197123.

HSL color Cylindrical-coordinate representation of color #030B40: hue angle of 232.13º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030B40 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB31164-
CMYK0.950.8300.75
HSL232.13º91.04%13.14%-
HSV(B)232.13º95.31%25.1%-
XYZ1.080.634.91-
YUV14.65155.85119.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.85%
GREEN value IS 11 (4.69% from 255) = 14.10%
BLUE value IS 64 (25.39% from 255) = 82.05%
R=3.85%
G=14.10%
B=82.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal311640.950.8300.75232.1391.0413.14
Hex3B405F5304Be85bd
Octal313100137123011335013315
Binary111011100000010111111010011010010111110100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,11,64); }

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

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

 a { background-color: rgb(3,11,64); }

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

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

 span { border-color: rgb(3,11,64); }

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