Html Css Color HEX #0B0737 Midnight Express

📋 copy color: '#0B0737'

red 11 ◦ green 7 ◦ blue 55

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

Shades of Midnight Express #0B0737

Tints of Midnight Express #0B0737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.59%

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

R = 15.07%
G = 9.59%
B = 75.34%

CMYK

 C value IS 0.8

 M value IS 0.87

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0B0737 (or 0x0B0737) is known color: Midnight Express. HEX triplet: 0B, 07 and 37. RGB value is (11,7,55). Sum of RGB (Red+Green+Blue) = 11+7+55=73 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.07% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 55 (21.88% from 255 or 75.34% from 73); Max value from RGB is 55 - color contains mainly: blue. Hex color #0B0737 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0737 is #F4F8C8. Grayscale: #0D0D0D. Windows color (decimal): -16054473 or 3606283. OLE color: 3606283.

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

Color convert

RGB 11 7 55 -
CMYK 0.8 0.87 0 0.78
HSL 245º 0.77% 0.12% -
HSV(B) 245º 0.87% 0.22% -
XYZ 0.9 0.5 3.66 -
YUV 13.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 11 7 55 0.8 0.87 0 0.78 245 0.77 0.12
Hex B 7 37 50 57 0 4E F5 4D C
Octal 13 7 67 120 127 0 116 365 115 14
Binary 1011 111 110111 1010000 1010111 0 1001110 11110101 1001101 1100

Color Harmonies of #0B0737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0737

Black with #0B0737

Text Example


Text Example

White with #0B0737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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