Html Css Color HEX #0B1834 Midnight Express

📋 copy color: '#0B1834'

red 11 ◦ green 24 ◦ blue 52

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

Shades of Midnight Express #0B1834

Tints of Midnight Express #0B1834

RGB

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

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

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

R = 12.64%
G = 27.59%
B = 59.77%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0B1834 (or 0x0B1834) is known color: Midnight Express. HEX triplet: 0B, 18 and 34. RGB value is (11,24,52). Sum of RGB (Red+Green+Blue) = 11+24+52=87 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.64% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 52 (20.70% from 255 or 59.77% from 87); Max value from RGB is 52 - color contains mainly: blue. Hex color #0B1834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1834 is #F4E7CB. Grayscale: #171717. Windows color (decimal): -16050124 or 3414027. OLE color: 3414027.

HSL color Cylindrical-coordinate representation of color #0B1834: hue angle of 220.98º 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 #0B1834 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 11 24 52 -
CMYK 0.79 0.54 0 0.80
HSL 220.98º 0.65% 0.12% -
HSV(B) 220.98º 0.79% 0.2% -
XYZ 1.08 0.97 3.38 -
YUV 23.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 11 24 52 0.79 0.54 0 0.80 220.98 0.65 0.12
Hex B 18 34 4F 36 0 50 DD 41 C
Octal 13 30 64 117 66 0 120 335 101 14
Binary 1011 11000 110100 1001111 110110 0 1010000 11011101 1000001 1100

Color Harmonies of #0B1834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1834

Black with #0B1834

Text Example


Text Example

White with #0B1834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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