Html Css Color HEX #0B1259 Midnight Blue

📋 copy color: '#0B1259'

red 11 ◦ green 18 ◦ blue 89

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

Shades of Midnight Blue #0B1259

Tints of Midnight Blue #0B1259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.25%

 BLUE value IS 89 (35.16% from 255) = 75.42%

R = 9.32%
G = 15.25%
B = 75.42%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B1259 (or 0x0B1259) is known color: Midnight Blue. HEX triplet: 0B, 12 and 59. RGB value is (11,18,89). Sum of RGB (Red+Green+Blue) = 11+18+89=118 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.32% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 89 (35.16% from 255 or 75.42% from 118); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B1259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1259 is #F4EDA6. Grayscale: #171717. Windows color (decimal): -16051623 or 5837323. OLE color: 5837323.

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

Color convert

RGB 11 18 89 -
CMYK 0.88 0.80 0 0.65
HSL 234.62º 0.78% 0.2% -
HSV(B) 234.62º 0.88% 0.35% -
XYZ 2.16 1.23 9.57 -
YUV 24 164.68 118.73 -
System Red Green Blue C M Y K H S L
Decimal 11 18 89 0.88 0.80 0 0.65 234.62 0.78 0.2
Hex B 12 59 58 50 0 41 EB 4E 14
Octal 13 22 131 130 120 0 101 353 116 24
Binary 1011 10010 1011001 1011000 1010000 0 1000001 11101011 1001110 10100

Color Harmonies of #0B1259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1259

Black with #0B1259

Text Example


Text Example

White with #0B1259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,18,89); }

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

background-color css

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

 a { background-color: rgb(11,18,89); }

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

border-color css

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

 span { border-color: rgb(11,18,89); }

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