Html Css Color HEX #0B1831 Midnight Express

📋 copy color: '#0B1831'

red 11 ◦ green 24 ◦ blue 49

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

Shades of Midnight Express #0B1831

Tints of Midnight Express #0B1831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 58.33%

R = 13.1%
G = 28.57%
B = 58.33%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0B1831 (or 0x0B1831) is known color: Midnight Express. HEX triplet: 0B, 18 and 31. RGB value is (11,24,49). Sum of RGB (Red+Green+Blue) = 11+24+49=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #0B1831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1831 is #F4E7CE. Grayscale: #161616. Windows color (decimal): -16050127 or 3217419. OLE color: 3217419.

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

Color convert

RGB 11 24 49 -
CMYK 0.78 0.51 0 0.81
HSL 219.47º 0.63% 0.12% -
HSV(B) 219.47º 0.78% 0.19% -
XYZ 1.02 0.95 3.03 -
YUV 22.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 11 24 49 0.78 0.51 0 0.81 219.47 0.63 0.12
Hex B 18 31 4E 33 0 51 DB 3F C
Octal 13 30 61 116 63 0 121 333 77 14
Binary 1011 11000 110001 1001110 110011 0 1010001 11011011 111111 1100

Color Harmonies of #0B1831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1831

Black with #0B1831

Text Example


Text Example

White with #0B1831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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