Html Css Color HEX #0B1833 Midnight Express

📋 copy color: '#0B1833'

red 11 ◦ green 24 ◦ blue 51

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

Shades of Midnight Express #0B1833

Tints of Midnight Express #0B1833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.91%

 BLUE value IS 51 (20.31% from 255) = 59.3%

R = 12.79%
G = 27.91%
B = 59.3%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#0B1833 (or 0x0B1833) is known color: Midnight Express. HEX triplet: 0B, 18 and 33. RGB value is (11,24,51). Sum of RGB (Red+Green+Blue) = 11+24+51=86 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.79% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 51 (20.31% from 255 or 59.30% from 86); Max value from RGB is 51 - color contains mainly: blue. Hex color #0B1833 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1833 is #F4E7CC. Grayscale: #171717. Windows color (decimal): -16050125 or 3348491. OLE color: 3348491.

HSL color Cylindrical-coordinate representation of color #0B1833: hue angle of 220.5º degrees, saturation: 0.65, 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 #0B1833 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 11 24 51 -
CMYK 0.78 0.53 0 0.8
HSL 220.5º 0.65% 0.12% -
HSV(B) 220.5º 0.78% 0.2% -
XYZ 1.06 0.96 3.26 -
YUV 23.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 11 24 51 0.78 0.53 0 0.8 220.5 0.65 0.12
Hex B 18 33 4E 35 0 50 DC 41 C
Octal 13 30 63 116 65 0 120 334 101 14
Binary 1011 11000 110011 1001110 110101 0 1010000 11011100 1000001 1100

Color Harmonies of #0B1833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1833

Black with #0B1833

Text Example


Text Example

White with #0B1833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,24,51); }

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

background-color css

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

 a { background-color: rgb(11,24,51); }

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

border-color css

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

 span { border-color: rgb(11,24,51); }

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