Html Css Color HEX #0B1158 Midnight Blue

📋 copy color: '#0B1158'

red 11 ◦ green 17 ◦ blue 88

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

Shades of Midnight Blue #0B1158

Tints of Midnight Blue #0B1158

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.66%

 BLUE value IS 88 (34.77% from 255) = 75.86%

R = 9.48%
G = 14.66%
B = 75.86%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B1158 (or 0x0B1158) is known color: Midnight Blue. HEX triplet: 0B, 11 and 58. RGB value is (11,17,88). Sum of RGB (Red+Green+Blue) = 11+17+88=116 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.48% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 88 (34.77% from 255 or 75.86% from 116); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B1158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1158 is #F4EEA7. Grayscale: #171717. Windows color (decimal): -16051880 or 5771531. OLE color: 5771531.

HSL color Cylindrical-coordinate representation of color #0B1158: hue angle of 235.32º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B1158 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 17 88 -
CMYK 0.88 0.81 0 0.65
HSL 235.32º 0.78% 0.19% -
HSV(B) 235.32º 0.88% 0.35% -
XYZ 2.1 1.18 9.35 -
YUV 23.3 164.51 119.23 -
System Red Green Blue C M Y K H S L
Decimal 11 17 88 0.88 0.81 0 0.65 235.32 0.78 0.19
Hex B 11 58 58 51 0 41 EB 4E 13
Octal 13 21 130 130 121 0 101 353 116 23
Binary 1011 10001 1011000 1011000 1010001 0 1000001 11101011 1001110 10011

Color Harmonies of #0B1158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1158

Black with #0B1158

Text Example


Text Example

White with #0B1158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,17,88); }

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

background-color css

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

 a { background-color: rgb(11,17,88); }

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

border-color css

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

 span { border-color: rgb(11,17,88); }

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