#0B1730

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

Shades of Midnight Express #0B1730

Tints of Midnight Express #0B1730

Color information

#0B1730 (or 0x0B1730) is unknown color: approx Midnight Express. HEX triplet: 0B, 17 and 30. RGB value is (11,23,48). Sum of RGB (Red+Green+Blue) = 11+23+48=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #0B1730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1730 is #F4E8CF. Grayscale: #161616. Windows color (decimal): -16050384 or 3151627. OLE color: 3151627.

HSL color Cylindrical-coordinate representation of color #0B1730: hue angle of 220.54º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B1730 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB112348-
CMYK0.770.5200.81
HSL220.54º62.71%11.57%-
HSV(B)220.54º77.08%18.82%-
XYZ0.980.92.92-
YUV22.26142.52119.97-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.41%
GREEN value IS 23 (9.38% from 255) = 28.05%
BLUE value IS 48 (19.14% from 255) = 58.54%
R=13.41%
G=28.05%
B=58.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1123480.770.5200.81220.5462.7111.57
HexB17304D34051dd3fc
Octal1327601156401213357714
Binary101110111110000100110111010001010001110111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B1730; }

 p { color: rgb(11,23,48); }

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

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

 a { background-color: rgb(11,23,48); }

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

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

 span { border-color: rgb(11,23,48); }

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