Html Css Color HEX #0B1332 Midnight Express

📋 copy color: '#0B1332'

red 11 ◦ green 19 ◦ blue 50

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

Shades of Midnight Express #0B1332

Tints of Midnight Express #0B1332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.75%

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

R = 13.75%
G = 23.75%
B = 62.5%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0B1332 (or 0x0B1332) is known color: Midnight Express. HEX triplet: 0B, 13 and 32. RGB value is (11,19,50). Sum of RGB (Red+Green+Blue) = 11+19+50=80 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.75% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #0B1332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1332 is #F4ECCD. Grayscale: #141414. Windows color (decimal): -16051406 or 3281675. OLE color: 3281675.

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

Color convert

RGB 11 19 50 -
CMYK 0.78 0.62 0 0.80
HSL 227.69º 0.64% 0.12% -
HSV(B) 227.69º 0.78% 0.2% -
XYZ 0.95 0.77 3.12 -
YUV 20.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 11 19 50 0.78 0.62 0 0.80 227.69 0.64 0.12
Hex B 13 32 4E 3E 0 50 E4 40 C
Octal 13 23 62 116 76 0 120 344 100 14
Binary 1011 10011 110010 1001110 111110 0 1010000 11100100 1000000 1100

Color Harmonies of #0B1332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1332

Black with #0B1332

Text Example


Text Example

White with #0B1332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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