Html Css Color HEX #0B0938 Midnight Express

📋 copy color: '#0B0938'

red 11 ◦ green 9 ◦ blue 56

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

Shades of Midnight Express #0B0938

Tints of Midnight Express #0B0938

RGB

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

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

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

R = 14.47%
G = 11.84%
B = 73.68%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0B0938 (or 0x0B0938) is known color: Midnight Express. HEX triplet: 0B, 09 and 38. RGB value is (11,9,56). Sum of RGB (Red+Green+Blue) = 11+9+56=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 56 (22.27% from 255 or 73.68% from 76); Max value from RGB is 56 - color contains mainly: blue. Hex color #0B0938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0938 is #F4F6C7. Grayscale: #0E0E0E. Windows color (decimal): -16053960 or 3672331. OLE color: 3672331.

HSL color Cylindrical-coordinate representation of color #0B0938: hue angle of 242.55º 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 #0B0938 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 11 9 56 -
CMYK 0.80 0.84 0 0.78
HSL 242.55º 0.72% 0.13% -
HSV(B) 242.55º 0.84% 0.22% -
XYZ 0.95 0.55 3.8 -
YUV 14.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 11 9 56 0.80 0.84 0 0.78 242.55 0.72 0.13
Hex B 9 38 50 54 0 4E F3 48 D
Octal 13 11 70 120 124 0 116 363 110 15
Binary 1011 1001 111000 1010000 1010100 0 1001110 11110011 1001000 1101

Color Harmonies of #0B0938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0938

Black with #0B0938

Text Example


Text Example

White with #0B0938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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