Html Css Color HEX #0B183A Midnight Express

📋 copy color: '#0B183A'

red 11 ◦ green 24 ◦ blue 58

#0B183A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #0B183A

Tints of Midnight Express #0B183A

RGB

 RED value IS 11 (4.69% from 255) = 11.83%

 GREEN value IS 24 (9.77% from 255) = 25.81%

 BLUE value IS 58 (23.05% from 255) = 62.37%

R = 11.83%
G = 25.81%
B = 62.37%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0B183A (or 0x0B183A) is known color: Midnight Express. HEX triplet: 0B, 18 and 3A. RGB value is (11,24,58). Sum of RGB (Red+Green+Blue) = 11+24+58=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 58 (23.05% from 255 or 62.37% from 93); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B183A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B183A is #F4E7C5. Grayscale: #171717. Windows color (decimal): -16050118 or 3807243. OLE color: 3807243.

HSL color Cylindrical-coordinate representation of color #0B183A: hue angle of 223.4º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B183A is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 11 24 58 -
CMYK 0.81 0.59 0 0.77
HSL 223.4º 0.68% 0.14% -
HSV(B) 223.4º 0.81% 0.23% -
XYZ 1.23 1.03 4.14 -
YUV 23.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 11 24 58 0.81 0.59 0 0.77 223.4 0.68 0.14
Hex B 18 3A 51 3B 0 4D DF 44 E
Octal 13 30 72 121 73 0 115 337 104 16
Binary 1011 11000 111010 1010001 111011 0 1001101 11011111 1000100 1110

Color Harmonies of #0B183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B183A

Black with #0B183A

Text Example


Text Example

White with #0B183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,24,58); }

 H1.HeaderClassName
 {
   color: #0B183A;
 }
 .AnyTagClassName
 {
   color: #0B183A;
 }
</style>

background-color css

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

 a { background-color: rgb(11,24,58); }

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

border-color css

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

 span { border-color: rgb(11,24,58); }

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