Html Css Color HEX #0B106D Midnight Blue

📋 copy color: '#0B106D'

red 11 ◦ green 16 ◦ blue 109

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

Shades of Midnight Blue #0B106D

Tints of Midnight Blue #0B106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.76%

 BLUE value IS 109 (42.97% from 255) = 80.15%

R = 8.09%
G = 11.76%
B = 80.15%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0B106D (or 0x0B106D) is known color: Midnight Blue. HEX triplet: 0B, 10 and 6D. RGB value is (11,16,109). Sum of RGB (Red+Green+Blue) = 11+16+109=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 109 (42.97% from 255 or 80.15% from 136); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B106D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B106D is #F4EF92. Grayscale: #181818. Windows color (decimal): -16052115 or 7147531. OLE color: 7147531.

HSL color Cylindrical-coordinate representation of color #0B106D: hue angle of 236.94º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B106D is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 11 16 109 -
CMYK 0.90 0.85 0 0.57
HSL 236.94º 0.82% 0.24% -
HSV(B) 236.94º 0.9% 0.43% -
XYZ 3.08 1.55 14.6 -
YUV 25.11 175.34 117.94 -
System Red Green Blue C M Y K H S L
Decimal 11 16 109 0.90 0.85 0 0.57 236.94 0.82 0.24
Hex B 10 6D 5A 55 0 39 ED 52 18
Octal 13 20 155 132 125 0 71 355 122 30
Binary 1011 10000 1101101 1011010 1010101 0 111001 11101101 1010010 11000

Color Harmonies of #0B106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B106D

Black with #0B106D

Text Example


Text Example

White with #0B106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,16,109); }

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

background-color css

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

 a { background-color: rgb(11,16,109); }

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

border-color css

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

 span { border-color: rgb(11,16,109); }

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