Html Css Color HEX #0B055B Midnight Blue

📋 copy color: '#0B055B'

red 11 ◦ green 5 ◦ blue 91

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

Shades of Midnight Blue #0B055B

Tints of Midnight Blue #0B055B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 85.05%

R = 10.28%
G = 4.67%
B = 85.05%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0B055B (or 0x0B055B) is known color: Midnight Blue. HEX triplet: 0B, 05 and 5B. RGB value is (11,5,91). Sum of RGB (Red+Green+Blue) = 11+5+91=107 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.28% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 91 (35.94% from 255 or 85.05% from 107); Max value from RGB is 91 - color contains mainly: blue. Hex color #0B055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B055B is #F4FAA4. Grayscale: #101010. Windows color (decimal): -16054949 or 5965067. OLE color: 5965067.

HSL color Cylindrical-coordinate representation of color #0B055B: hue angle of 244.19º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B055B is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 11 5 91 -
CMYK 0.88 0.95 0 0.64
HSL 244.19º 0.9% 0.19% -
HSV(B) 244.19º 0.95% 0.36% -
XYZ 2.08 0.94 9.97 -
YUV 16.6 169.99 124.01 -
System Red Green Blue C M Y K H S L
Decimal 11 5 91 0.88 0.95 0 0.64 244.19 0.9 0.19
Hex B 5 5B 58 5F 0 40 F4 5A 13
Octal 13 5 133 130 137 0 100 364 132 23
Binary 1011 101 1011011 1011000 1011111 0 1000000 11110100 1011010 10011

Color Harmonies of #0B055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B055B

Black with #0B055B

Text Example


Text Example

White with #0B055B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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