Html Css Color HEX #0B0843 Midnight Express

📋 copy color: '#0B0843'

red 11 ◦ green 8 ◦ blue 67

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

Shades of Midnight Express #0B0843

Tints of Midnight Express #0B0843

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.3%

 BLUE value IS 67 (26.56% from 255) = 77.91%

R = 12.79%
G = 9.3%
B = 77.91%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#0B0843 (or 0x0B0843) is known color: Midnight Express. HEX triplet: 0B, 08 and 43. RGB value is (11,8,67). Sum of RGB (Red+Green+Blue) = 11+8+67=86 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.79% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 67 (26.56% from 255 or 77.91% from 86); Max value from RGB is 67 - color contains mainly: blue. Hex color #0B0843 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0843 is #F4F7BC. Grayscale: #0F0F0F. Windows color (decimal): -16054205 or 4392971. OLE color: 4392971.

HSL color Cylindrical-coordinate representation of color #0B0843: hue angle of 243.05º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B0843 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 11 8 67 -
CMYK 0.84 0.88 0 0.74
HSL 243.05º 0.79% 0.15% -
HSV(B) 243.05º 0.88% 0.26% -
XYZ 1.24 0.65 5.37 -
YUV 15.62 156.99 124.7 -
System Red Green Blue C M Y K H S L
Decimal 11 8 67 0.84 0.88 0 0.74 243.05 0.79 0.15
Hex B 8 43 54 58 0 4A F3 4F F
Octal 13 10 103 124 130 0 112 363 117 17
Binary 1011 1000 1000011 1010100 1011000 0 1001010 11110011 1001111 1111

Color Harmonies of #0B0843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0843

Black with #0B0843

Text Example


Text Example

White with #0B0843

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,8,67); }

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

background-color css

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

 a { background-color: rgb(11,8,67); }

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

border-color css

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

 span { border-color: rgb(11,8,67); }

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