Html Css Color HEX #0B0739 Midnight Express

📋 copy color: '#0B0739'

red 11 ◦ green 7 ◦ blue 57

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

Shades of Midnight Express #0B0739

Tints of Midnight Express #0B0739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 76%

R = 14.67%
G = 9.33%
B = 76%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0B0739 (or 0x0B0739) is known color: Midnight Express. HEX triplet: 0B, 07 and 39. RGB value is (11,7,57). Sum of RGB (Red+Green+Blue) = 11+7+57=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 57 (22.66% from 255 or 76% from 75); Max value from RGB is 57 - color contains mainly: blue. Hex color #0B0739 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0739 is #F4F8C6. Grayscale: #0D0D0D. Windows color (decimal): -16054471 or 3737355. OLE color: 3737355.

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

Color convert

RGB 11 7 57 -
CMYK 0.81 0.88 0 0.78
HSL 244.8º 0.78% 0.13% -
HSV(B) 244.8º 0.88% 0.22% -
XYZ 0.95 0.52 3.92 -
YUV 13.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 11 7 57 0.81 0.88 0 0.78 244.8 0.78 0.13
Hex B 7 39 51 58 0 4E F5 4E D
Octal 13 7 71 121 130 0 116 365 116 15
Binary 1011 111 111001 1010001 1011000 0 1001110 11110101 1001110 1101

Color Harmonies of #0B0739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0739

Black with #0B0739

Text Example


Text Example

White with #0B0739

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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