Html Css Color HEX #0B0F34 Midnight Express

📋 copy color: '#0B0F34'

red 11 ◦ green 15 ◦ blue 52

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

Shades of Midnight Express #0B0F34

Tints of Midnight Express #0B0F34

RGB

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

 GREEN value IS 15 (6.25% from 255) = 19.23%

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

R = 14.1%
G = 19.23%
B = 66.67%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0B0F34 (or 0x0B0F34) is known color: Midnight Express. HEX triplet: 0B, 0F and 34. RGB value is (11,15,52). Sum of RGB (Red+Green+Blue) = 11+15+52=78 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.10% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 52 (20.70% from 255 or 66.67% from 78); Max value from RGB is 52 - color contains mainly: blue. Hex color #0B0F34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0F34 is #F4F0CB. Grayscale: #111111. Windows color (decimal): -16052428 or 3411723. OLE color: 3411723.

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

Color convert

RGB 11 15 52 -
CMYK 0.79 0.71 0 0.80
HSL 234.15º 0.65% 0.12% -
HSV(B) 234.15º 0.79% 0.2% -
XYZ 0.93 0.66 3.33 -
YUV 18.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 11 15 52 0.79 0.71 0 0.80 234.15 0.65 0.12
Hex B F 34 4F 47 0 50 EA 41 C
Octal 13 17 64 117 107 0 120 352 101 14
Binary 1011 1111 110100 1001111 1000111 0 1010000 11101010 1000001 1100

Color Harmonies of #0B0F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0F34

Black with #0B0F34

Text Example


Text Example

White with #0B0F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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