Html Css Color HEX #0B1260 Midnight Blue

📋 copy color: '#0B1260'

red 11 ◦ green 18 ◦ blue 96

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

Shades of Midnight Blue #0B1260

Tints of Midnight Blue #0B1260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 76.8%

R = 8.8%
G = 14.4%
B = 76.8%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B1260 (or 0x0B1260) is known color: Midnight Blue. HEX triplet: 0B, 12 and 60. RGB value is (11,18,96). Sum of RGB (Red+Green+Blue) = 11+18+96=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 96 (37.89% from 255 or 76.8% from 125); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B1260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1260 is #F4ED9F. Grayscale: #181818. Windows color (decimal): -16051616 or 6296075. OLE color: 6296075.

HSL color Cylindrical-coordinate representation of color #0B1260: hue angle of 235.06º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B1260 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 18 96 -
CMYK 0.89 0.81 0 0.62
HSL 235.06º 0.79% 0.21% -
HSV(B) 235.06º 0.89% 0.38% -
XYZ 2.47 1.35 11.2 -
YUV 24.8 168.18 118.16 -
System Red Green Blue C M Y K H S L
Decimal 11 18 96 0.89 0.81 0 0.62 235.06 0.79 0.21
Hex B 12 60 59 51 0 3E EB 4F 15
Octal 13 22 140 131 121 0 76 353 117 25
Binary 1011 10010 1100000 1011001 1010001 0 111110 11101011 1001111 10101

Color Harmonies of #0B1260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1260

Black with #0B1260

Text Example


Text Example

White with #0B1260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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