Html Css Color HEX #0B163A Midnight Express

📋 copy color: '#0B163A'

red 11 ◦ green 22 ◦ blue 58

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

Shades of Midnight Express #0B163A

Tints of Midnight Express #0B163A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 63.74%

R = 12.09%
G = 24.18%
B = 63.74%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0B163A (or 0x0B163A) is known color: Midnight Express. HEX triplet: 0B, 16 and 3A. RGB value is (11,22,58). Sum of RGB (Red+Green+Blue) = 11+22+58=91 (12% of max value = 765). Red value is 11 (4.69% from 255 or 12.09% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 58 (23.05% from 255 or 63.74% from 91); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B163A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B163A is #F4E9C5. Grayscale: #161616. Windows color (decimal): -16050630 or 3806731. OLE color: 3806731.

HSL color Cylindrical-coordinate representation of color #0B163A: hue angle of 225.96º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B163A is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 11 22 58 -
CMYK 0.81 0.62 0 0.77
HSL 225.96º 0.68% 0.14% -
HSV(B) 225.96º 0.81% 0.23% -
XYZ 1.19 0.95 4.12 -
YUV 22.82 147.86 119.57 -
System Red Green Blue C M Y K H S L
Decimal 11 22 58 0.81 0.62 0 0.77 225.96 0.68 0.14
Hex B 16 3A 51 3E 0 4D E2 44 E
Octal 13 26 72 121 76 0 115 342 104 16
Binary 1011 10110 111010 1010001 111110 0 1001101 11100010 1000100 1110

Color Harmonies of #0B163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B163A

Black with #0B163A

Text Example


Text Example

White with #0B163A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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