#0b1c3d

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

Shades of Midnight Express #0B1C3D

Tints of Midnight Express #0B1C3D

Color information

#0B1C3D (or 0x0B1C3D) is unknown color: approx Midnight Express. HEX triplet: 0B, 1C and 3D. RGB value is (11,28,61). Sum of RGB (Red+Green+Blue) = 11+28+61=100 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 61 (24.22% from 255 or 61% from 100); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B1C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1C3D is #F4E3C2. Grayscale: #1A1A1A. Windows color (decimal): -16049091 or 4004875. OLE color: 4004875.

HSL color Cylindrical-coordinate representation of color #0B1C3D: hue angle of 219.6º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B1C3D is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB112861-
CMYK0.820.5400.76
HSL219.6º69.44%14.12%-
HSV(B)219.6º81.97%23.92%-
XYZ1.41.244.58-
YUV26.68147.37116.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11%
GREEN value IS 28 (11.33% from 255) = 28%
BLUE value IS 61 (24.22% from 255) = 61%
R=11%
G=28%
B=61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1128610.820.5400.76219.669.4414.12
HexB1C3D523604Cdc45e
Octal13347512266011433410516
Binary1011111001111011010010110110010011001101110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b1c3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,28,61); }

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

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

 a { background-color: rgb(11,28,61); }

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

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

 span { border-color: rgb(11,28,61); }

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