Html Css Color HEX #0B152C Midnight Express

📋 copy color: '#0B152C'

red 11 ◦ green 21 ◦ blue 44

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

Shades of Midnight Express #0B152C

Tints of Midnight Express #0B152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 57.89%

R = 14.47%
G = 27.63%
B = 57.89%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0B152C (or 0x0B152C) is known color: Midnight Express. HEX triplet: 0B, 15 and 2C. RGB value is (11,21,44). Sum of RGB (Red+Green+Blue) = 11+21+44=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B152C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B152C is #F4EAD3. Grayscale: #141414. Windows color (decimal): -16050900 or 2888971. OLE color: 2888971.

HSL color Cylindrical-coordinate representation of color #0B152C: hue angle of 221.82º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B152C is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 11 21 44 -
CMYK 0.75 0.52 0 0.83
HSL 221.82º 0.6% 0.11% -
HSV(B) 221.82º 0.75% 0.17% -
XYZ 0.86 0.79 2.49 -
YUV 20.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 11 21 44 0.75 0.52 0 0.83 221.82 0.6 0.11
Hex B 15 2C 4B 34 0 53 DE 3C B
Octal 13 25 54 113 64 0 123 336 74 13
Binary 1011 10101 101100 1001011 110100 0 1010011 11011110 111100 1011

Color Harmonies of #0B152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B152C

Black with #0B152C

Text Example


Text Example

White with #0B152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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