#0B194B

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

Shades of Midnight Express #0B194B

Tints of Midnight Express #0B194B

Color information

#0B194B (or 0x0B194B) is unknown color: approx Midnight Express. HEX triplet: 0B, 19 and 4B. RGB value is (11,25,75). Sum of RGB (Red+Green+Blue) = 11+25+75=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B194B is #F4E6B4. Grayscale: #1A1A1A. Windows color (decimal): -16049845 or 4921611. OLE color: 4921611.

HSL color Cylindrical-coordinate representation of color #0B194B: hue angle of 226.88º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B194B is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB112575-
CMYK0.850.6700.71
HSL226.88º74.42%16.86%-
HSV(B)226.88º85.33%29.41%-
XYZ1.761.276.81-
YUV26.51155.36116.93-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.91%
GREEN value IS 25 (10.16% from 255) = 22.52%
BLUE value IS 75 (29.69% from 255) = 67.57%
R=9.91%
G=22.52%
B=67.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1125750.850.6700.71226.8874.4216.86
HexB194B5543047e34a11
Octal1331113125103010734311221
Binary1011110011001011101010110000110100011111100011100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,25,75); }

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

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

 a { background-color: rgb(11,25,75); }

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

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

 span { border-color: rgb(11,25,75); }

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