Html Css Color HEX #0B0837 Midnight Express

📋 copy color: '#0B0837'

red 11 ◦ green 8 ◦ blue 55

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

Shades of Midnight Express #0B0837

Tints of Midnight Express #0B0837

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.81%

 BLUE value IS 55 (21.88% from 255) = 74.32%

R = 14.86%
G = 10.81%
B = 74.32%

CMYK

 C value IS 0.8

 M value IS 0.85

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0B0837 (or 0x0B0837) is known color: Midnight Express. HEX triplet: 0B, 08 and 37. RGB value is (11,8,55). Sum of RGB (Red+Green+Blue) = 11+8+55=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 8 (3.52% from 255 or 10.81% from 74); Blue value is 55 (21.88% from 255 or 74.32% from 74); Max value from RGB is 55 - color contains mainly: blue. Hex color #0B0837 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0837 is #F4F7C8. Grayscale: #0E0E0E. Windows color (decimal): -16054217 or 3606539. OLE color: 3606539.

HSL color Cylindrical-coordinate representation of color #0B0837: hue angle of 243.83º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B0837 is Cyan = 0.8, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 11 8 55 -
CMYK 0.8 0.85 0 0.78
HSL 243.83º 0.75% 0.12% -
HSV(B) 243.83º 0.85% 0.22% -
XYZ 0.91 0.52 3.67 -
YUV 14.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 11 8 55 0.8 0.85 0 0.78 243.83 0.75 0.12
Hex B 8 37 50 55 0 4E F4 4B C
Octal 13 10 67 120 125 0 116 364 113 14
Binary 1011 1000 110111 1010000 1010101 0 1001110 11110100 1001011 1100

Color Harmonies of #0B0837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0837

Black with #0B0837

Text Example


Text Example

White with #0B0837

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,8,55); }

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

background-color css

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

 a { background-color: rgb(11,8,55); }

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

border-color css

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

 span { border-color: rgb(11,8,55); }

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