Html Css Color HEX #0B1832 Midnight Express

📋 copy color: '#0B1832'

red 11 ◦ green 24 ◦ blue 50

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

Shades of Midnight Express #0B1832

Tints of Midnight Express #0B1832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.24%

 BLUE value IS 50 (19.92% from 255) = 58.82%

R = 12.94%
G = 28.24%
B = 58.82%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0B1832 (or 0x0B1832) is known color: Midnight Express. HEX triplet: 0B, 18 and 32. RGB value is (11,24,50). Sum of RGB (Red+Green+Blue) = 11+24+50=85 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.94% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 50 (19.92% from 255 or 58.82% from 85); Max value from RGB is 50 - color contains mainly: blue. Hex color #0B1832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1832 is #F4E7CD. Grayscale: #161616. Windows color (decimal): -16050126 or 3282955. OLE color: 3282955.

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

Color convert

RGB 11 24 50 -
CMYK 0.78 0.52 0 0.80
HSL 220º 0.64% 0.12% -
HSV(B) 220º 0.78% 0.2% -
XYZ 1.04 0.95 3.15 -
YUV 23.08 143.19 119.39 -
System Red Green Blue C M Y K H S L
Decimal 11 24 50 0.78 0.52 0 0.80 220 0.64 0.12
Hex B 18 32 4E 34 0 50 DC 40 C
Octal 13 30 62 116 64 0 120 334 100 14
Binary 1011 11000 110010 1001110 110100 0 1010000 11011100 1000000 1100

Color Harmonies of #0B1832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1832

Black with #0B1832

Text Example


Text Example

White with #0B1832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,24,50); }

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

background-color css

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

 a { background-color: rgb(11,24,50); }

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

border-color css

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

 span { border-color: rgb(11,24,50); }

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