Html Css Color HEX #0B2148 Midnight Express

📋 copy color: '#0B2148'

red 11 ◦ green 33 ◦ blue 72

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

Shades of Midnight Express #0B2148

Tints of Midnight Express #0B2148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.45%

 BLUE value IS 72 (28.52% from 255) = 62.07%

R = 9.48%
G = 28.45%
B = 62.07%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0B2148 (or 0x0B2148) is known color: Midnight Express. HEX triplet: 0B, 21 and 48. RGB value is (11,33,72). Sum of RGB (Red+Green+Blue) = 11+33+72=116 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.48% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B2148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2148 is #F4DEB7. Grayscale: #1E1E1E. Windows color (decimal): -16047800 or 4727051. OLE color: 4727051.

HSL color Cylindrical-coordinate representation of color #0B2148: hue angle of 218.36º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B2148 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 11 33 72 -
CMYK 0.85 0.54 0 0.72
HSL 218.36º 0.73% 0.16% -
HSV(B) 218.36º 0.85% 0.28% -
XYZ 1.85 1.63 6.35 -
YUV 30.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 11 33 72 0.85 0.54 0 0.72 218.36 0.73 0.16
Hex B 21 48 55 36 0 48 DA 49 10
Octal 13 41 110 125 66 0 110 332 111 20
Binary 1011 100001 1001000 1010101 110110 0 1001000 11011010 1001001 10000

Color Harmonies of #0B2148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2148

Black with #0B2148

Text Example


Text Example

White with #0B2148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,33,72); }

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

background-color css

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

 a { background-color: rgb(11,33,72); }

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

border-color css

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

 span { border-color: rgb(11,33,72); }

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