Html Css Color HEX #0B166C Midnight Blue

📋 copy color: '#0B166C'

red 11 ◦ green 22 ◦ blue 108

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

Shades of Midnight Blue #0B166C

Tints of Midnight Blue #0B166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.6%

 BLUE value IS 108 (42.58% from 255) = 76.6%

R = 7.8%
G = 15.6%
B = 76.6%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B166C (or 0x0B166C) is known color: Midnight Blue. HEX triplet: 0B, 16 and 6C. RGB value is (11,22,108). Sum of RGB (Red+Green+Blue) = 11+22+108=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 108 (42.58% from 255 or 76.60% from 141); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B166C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B166C is #F4E993. Grayscale: #1C1C1C. Windows color (decimal): -16050580 or 7083531. OLE color: 7083531.

HSL color Cylindrical-coordinate representation of color #0B166C: hue angle of 233.2º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B166C is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 22 108 -
CMYK 0.90 0.80 0 0.58
HSL 233.2º 0.82% 0.23% -
HSV(B) 233.2º 0.9% 0.42% -
XYZ 3.13 1.73 14.36 -
YUV 28.52 172.86 115.51 -
System Red Green Blue C M Y K H S L
Decimal 11 22 108 0.90 0.80 0 0.58 233.2 0.82 0.23
Hex B 16 6C 5A 50 0 3A E9 52 17
Octal 13 26 154 132 120 0 72 351 122 27
Binary 1011 10110 1101100 1011010 1010000 0 111010 11101001 1010010 10111

Color Harmonies of #0B166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B166C

Black with #0B166C

Text Example


Text Example

White with #0B166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,22,108); }

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

background-color css

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

 a { background-color: rgb(11,22,108); }

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

border-color css

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

 span { border-color: rgb(11,22,108); }

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