Html Css Color HEX #0B053A Midnight Express

📋 copy color: '#0B053A'

red 11 ◦ green 5 ◦ blue 58

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

Shades of Midnight Express #0B053A

Tints of Midnight Express #0B053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.76%

 BLUE value IS 58 (23.05% from 255) = 78.38%

R = 14.86%
G = 6.76%
B = 78.38%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0B053A (or 0x0B053A) is known color: Midnight Express. HEX triplet: 0B, 05 and 3A. RGB value is (11,5,58). Sum of RGB (Red+Green+Blue) = 11+5+58=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 58 (23.05% from 255 or 78.38% from 74); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B053A is #F4FAC5. Grayscale: #0C0C0C. Windows color (decimal): -16054982 or 3802379. OLE color: 3802379.

HSL color Cylindrical-coordinate representation of color #0B053A: hue angle of 246.79º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B053A is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 11 5 58 -
CMYK 0.81 0.91 0 0.77
HSL 246.79º 0.84% 0.12% -
HSV(B) 246.79º 0.91% 0.23% -
XYZ 0.96 0.49 4.05 -
YUV 12.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 11 5 58 0.81 0.91 0 0.77 246.79 0.84 0.12
Hex B 5 3A 51 5B 0 4D F7 54 C
Octal 13 5 72 121 133 0 115 367 124 14
Binary 1011 101 111010 1010001 1011011 0 1001101 11110111 1010100 1100

Color Harmonies of #0B053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B053A

Black with #0B053A

Text Example


Text Example

White with #0B053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,5,58); }

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

background-color css

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

 a { background-color: rgb(11,5,58); }

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

border-color css

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

 span { border-color: rgb(11,5,58); }

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