#010B38

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

Shades of Midnight Express #010B38

Tints of Midnight Express #010B38

Color information

#010B38 (or 0x010B38) is unknown color: approx Midnight Express. HEX triplet: 01, 0B and 38. RGB value is (1,11,56). Sum of RGB (Red+Green+Blue) = 1+11+56=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 56 (22.27% from 255 or 82.35% from 68); Max value from RGB is 56 - color contains mainly: blue. Hex color #010B38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010B38 is #FEF4C7. Grayscale: #0C0C0C. Windows color (decimal): -16708808 or 3672833. OLE color: 3672833.

HSL color Cylindrical-coordinate representation of color #010B38: hue angle of 229.09º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010B38 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB11156-
CMYK0.980.8000.78
HSL229.09º96.49%11.18%-
HSV(B)229.09º98.21%21.96%-
XYZ0.850.533.8-
YUV13.14152.19119.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.47%
GREEN value IS 11 (4.69% from 255) = 16.18%
BLUE value IS 56 (22.27% from 255) = 82.35%
R=1.47%
G=16.18%
B=82.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal111560.980.8000.78229.0996.4911.18
Hex1B38625004Ee560b
Octal11370142120011634514013
Binary1101111100011000101010000010011101110010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010B38; }

 p { color: rgb(1,11,56); }

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

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

 a { background-color: rgb(1,11,56); }

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

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

 span { border-color: rgb(1,11,56); }

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