Html Css Color HEX #0B053F Midnight Express

📋 copy color: '#0B053F'

red 11 ◦ green 5 ◦ blue 63

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

Shades of Midnight Express #0B053F

Tints of Midnight Express #0B053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 79.75%

R = 13.92%
G = 6.33%
B = 79.75%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0B053F (or 0x0B053F) is known color: Midnight Express. HEX triplet: 0B, 05 and 3F. RGB value is (11,5,63). Sum of RGB (Red+Green+Blue) = 11+5+63=79 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.92% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 63 (25% from 255 or 79.75% from 79); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B053F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B053F is #F4FAC0. Grayscale: #0D0D0D. Windows color (decimal): -16054977 or 4130059. OLE color: 4130059.

HSL color Cylindrical-coordinate representation of color #0B053F: hue angle of 246.21º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B053F is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 11 5 63 -
CMYK 0.83 0.92 0 0.75
HSL 246.21º 0.85% 0.13% -
HSV(B) 246.21º 0.92% 0.25% -
XYZ 1.09 0.54 4.75 -
YUV 13.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 11 5 63 0.83 0.92 0 0.75 246.21 0.85 0.13
Hex B 5 3F 53 5C 0 4B F6 55 D
Octal 13 5 77 123 134 0 113 366 125 15
Binary 1011 101 111111 1010011 1011100 0 1001011 11110110 1010101 1101

Color Harmonies of #0B053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B053F

Black with #0B053F

Text Example


Text Example

White with #0B053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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