Html Css Color HEX #0B1634 Midnight Express

📋 copy color: '#0B1634'

red 11 ◦ green 22 ◦ blue 52

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

Shades of Midnight Express #0B1634

Tints of Midnight Express #0B1634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 61.18%

R = 12.94%
G = 25.88%
B = 61.18%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0B1634 (or 0x0B1634) is known color: Midnight Express. HEX triplet: 0B, 16 and 34. RGB value is (11,22,52). Sum of RGB (Red+Green+Blue) = 11+22+52=85 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.94% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 52 (20.70% from 255 or 61.18% from 85); Max value from RGB is 52 - color contains mainly: blue. Hex color #0B1634 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1634 is #F4E9CB. Grayscale: #151515. Windows color (decimal): -16050636 or 3413515. OLE color: 3413515.

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

Color convert

RGB 11 22 52 -
CMYK 0.79 0.58 0 0.80
HSL 223.9º 0.65% 0.12% -
HSV(B) 223.9º 0.79% 0.2% -
XYZ 1.04 0.89 3.37 -
YUV 22.13 144.86 120.06 -
System Red Green Blue C M Y K H S L
Decimal 11 22 52 0.79 0.58 0 0.80 223.9 0.65 0.12
Hex B 16 34 4F 3A 0 50 E0 41 C
Octal 13 26 64 117 72 0 120 340 101 14
Binary 1011 10110 110100 1001111 111010 0 1010000 11100000 1000001 1100

Color Harmonies of #0B1634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1634

Black with #0B1634

Text Example


Text Example

White with #0B1634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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