Html Css Color HEX #0B085B Midnight Blue

📋 copy color: '#0B085B'

red 11 ◦ green 8 ◦ blue 91

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

Shades of Midnight Blue #0B085B

Tints of Midnight Blue #0B085B

RGB

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

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

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

R = 10%
G = 7.27%
B = 82.73%

CMYK

 C value IS 0.88

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0B085B (or 0x0B085B) is known color: Midnight Blue. HEX triplet: 0B, 08 and 5B. RGB value is (11,8,91). Sum of RGB (Red+Green+Blue) = 11+8+91=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 91 (35.94% from 255 or 82.73% from 110); Max value from RGB is 91 - color contains mainly: blue. Hex color #0B085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B085B is #F4F7A4. Grayscale: #121212. Windows color (decimal): -16054181 or 5965835. OLE color: 5965835.

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

Color convert

RGB 11 8 91 -
CMYK 0.88 0.91 0 0.64
HSL 242.17º 0.84% 0.19% -
HSV(B) 242.17º 0.91% 0.36% -
XYZ 2.11 1 9.98 -
YUV 18.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 11 8 91 0.88 0.91 0 0.64 242.17 0.84 0.19
Hex B 8 5B 58 5B 0 40 F2 54 13
Octal 13 10 133 130 133 0 100 362 124 23
Binary 1011 1000 1011011 1011000 1011011 0 1000000 11110010 1010100 10011

Color Harmonies of #0B085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B085B

Black with #0B085B

Text Example


Text Example

White with #0B085B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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