Html Css Color HEX #0B0937 Midnight Express

📋 copy color: '#0B0937'

red 11 ◦ green 9 ◦ blue 55

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

Shades of Midnight Express #0B0937

Tints of Midnight Express #0B0937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12%

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

R = 14.67%
G = 12%
B = 73.33%

CMYK

 C value IS 0.8

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0B0937 (or 0x0B0937) is known color: Midnight Express. HEX triplet: 0B, 09 and 37. RGB value is (11,9,55). Sum of RGB (Red+Green+Blue) = 11+9+55=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 55 (21.88% from 255 or 73.33% from 75); Max value from RGB is 55 - color contains mainly: blue. Hex color #0B0937 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0937 is #F4F6C8. Grayscale: #0E0E0E. Windows color (decimal): -16053961 or 3606795. OLE color: 3606795.

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

Color convert

RGB 11 9 55 -
CMYK 0.8 0.84 0 0.78
HSL 242.61º 0.72% 0.13% -
HSV(B) 242.61º 0.84% 0.22% -
XYZ 0.93 0.54 3.67 -
YUV 14.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 11 9 55 0.8 0.84 0 0.78 242.61 0.72 0.13
Hex B 9 37 50 54 0 4E F3 48 D
Octal 13 11 67 120 124 0 116 363 110 15
Binary 1011 1001 110111 1010000 1010100 0 1001110 11110011 1001000 1101

Color Harmonies of #0B0937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0937

Black with #0B0937

Text Example


Text Example

White with #0B0937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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