#0B1430

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

Shades of Midnight Express #0B1430

Tints of Midnight Express #0B1430

Color information

#0B1430 (or 0x0B1430) is unknown color: approx Midnight Express. HEX triplet: 0B, 14 and 30. RGB value is (11,20,48). Sum of RGB (Red+Green+Blue) = 11+20+48=79 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.92% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 48 (19.14% from 255 or 60.76% from 79); Max value from RGB is 48 - color contains mainly: blue. Hex color #0B1430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1430 is #F4EBCF. Grayscale: #141414. Windows color (decimal): -16051152 or 3150859. OLE color: 3150859.

HSL color Cylindrical-coordinate representation of color #0B1430: hue angle of 225.41º 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 #0B1430 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB112048-
CMYK0.770.5800.81
HSL225.41º62.71%11.57%-
HSV(B)225.41º77.08%18.82%-
XYZ0.920.782.9-
YUV20.5143.52121.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.92%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 48 (19.14% from 255) = 60.76%
R=13.92%
G=25.32%
B=60.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1120480.770.5800.81225.4162.7111.57
HexB14304D3A051e13fc
Octal1324601157201213417714
Binary101110100110000100110111101001010001111000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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