Html Css Color HEX #0B1631 Midnight Express

📋 copy color: '#0B1631'

red 11 ◦ green 22 ◦ blue 49

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

Shades of Midnight Express #0B1631

Tints of Midnight Express #0B1631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.83%

 BLUE value IS 49 (19.53% from 255) = 59.76%

R = 13.41%
G = 26.83%
B = 59.76%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0B1631 (or 0x0B1631) is known color: Midnight Express. HEX triplet: 0B, 16 and 31. RGB value is (11,22,49). Sum of RGB (Red+Green+Blue) = 11+22+49=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #0B1631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1631 is #F4E9CE. Grayscale: #151515. Windows color (decimal): -16050639 or 3216907. OLE color: 3216907.

HSL color Cylindrical-coordinate representation of color #0B1631: hue angle of 222.63º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B1631 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 11 22 49 -
CMYK 0.78 0.55 0 0.81
HSL 222.63º 0.63% 0.12% -
HSV(B) 222.63º 0.78% 0.19% -
XYZ 0.98 0.87 3.02 -
YUV 21.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 11 22 49 0.78 0.55 0 0.81 222.63 0.63 0.12
Hex B 16 31 4E 37 0 51 DF 3F C
Octal 13 26 61 116 67 0 121 337 77 14
Binary 1011 10110 110001 1001110 110111 0 1010001 11011111 111111 1100

Color Harmonies of #0B1631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1631

Black with #0B1631

Text Example


Text Example

White with #0B1631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,22,49); }

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

background-color css

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

 a { background-color: rgb(11,22,49); }

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

border-color css

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

 span { border-color: rgb(11,22,49); }

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