Html Css Color HEX #0B1538 Midnight Express

📋 copy color: '#0B1538'

red 11 ◦ green 21 ◦ blue 56

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

Shades of Midnight Express #0B1538

Tints of Midnight Express #0B1538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.86%

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

R = 12.5%
G = 23.86%
B = 63.64%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0B1538 (or 0x0B1538) is known color: Midnight Express. HEX triplet: 0B, 15 and 38. RGB value is (11,21,56). Sum of RGB (Red+Green+Blue) = 11+21+56=88 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.5% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #0B1538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1538 is #F4EAC7. Grayscale: #151515. Windows color (decimal): -16050888 or 3675403. OLE color: 3675403.

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

Color convert

RGB 11 21 56 -
CMYK 0.80 0.63 0 0.78
HSL 226.67º 0.67% 0.13% -
HSV(B) 226.67º 0.8% 0.22% -
XYZ 1.12 0.89 3.85 -
YUV 22 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 11 21 56 0.80 0.63 0 0.78 226.67 0.67 0.13
Hex B 15 38 50 3F 0 4E E3 43 D
Octal 13 25 70 120 77 0 116 343 103 15
Binary 1011 10101 111000 1010000 111111 0 1001110 11100011 1000011 1101

Color Harmonies of #0B1538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1538

Black with #0B1538

Text Example


Text Example

White with #0B1538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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