Html Css Color HEX #0B0738 Midnight Express

📋 copy color: '#0B0738'

red 11 ◦ green 7 ◦ blue 56

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

Shades of Midnight Express #0B0738

Tints of Midnight Express #0B0738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 75.68%

R = 14.86%
G = 9.46%
B = 75.68%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0B0738 (or 0x0B0738) is known color: Midnight Express. HEX triplet: 0B, 07 and 38. RGB value is (11,7,56). Sum of RGB (Red+Green+Blue) = 11+7+56=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 56 (22.27% from 255 or 75.68% from 74); Max value from RGB is 56 - color contains mainly: blue. Hex color #0B0738 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0738 is #F4F8C7. Grayscale: #0D0D0D. Windows color (decimal): -16054472 or 3671819. OLE color: 3671819.

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

Color convert

RGB 11 7 56 -
CMYK 0.80 0.88 0 0.78
HSL 244.9º 0.78% 0.12% -
HSV(B) 244.9º 0.88% 0.22% -
XYZ 0.93 0.51 3.79 -
YUV 13.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 11 7 56 0.80 0.88 0 0.78 244.9 0.78 0.12
Hex B 7 38 50 58 0 4E F5 4E C
Octal 13 7 70 120 130 0 116 365 116 14
Binary 1011 111 111000 1010000 1011000 0 1001110 11110101 1001110 1100

Color Harmonies of #0B0738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0738

Black with #0B0738

Text Example


Text Example

White with #0B0738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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