Html Css Color HEX #0011BB Medium Blue

📋 copy color: '#0011BB'

red 0 ◦ green 17 ◦ blue 187

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

Shades of Medium Blue #0011BB

Tints of Medium Blue #0011BB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 187 (73.44% from 255) = 91.67%

R = 0%
G = 8.33%
B = 91.67%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0011BB (or 0x0011BB) is known color: Medium Blue. HEX triplet: 00, 11 and BB. RGB value is (0,17,187). Sum of RGB (Red+Green+Blue) = 0+17+187=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 187 (73.44% from 255 or 91.67% from 204); Max value from RGB is 187 - color contains mainly: blue. Hex color #0011BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0011BB is #FFEE44. Grayscale: #1E1E1E. Windows color (decimal): -16772677 or 12259584. OLE color: 12259584.

HSL color Cylindrical-coordinate representation of color #0011BB: hue angle of 234.55º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0011BB is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 17 187 -
CMYK 1 0.91 0 0.27
HSL 234.55º 1% 0.37% -
HSV(B) 234.55º 1% 0.73% -
XYZ 9.17 3.99 47.3 -
YUV 31.3 215.87 105.68 -
System Red Green Blue C M Y K H S L
Decimal 0 17 187 1 0.91 0 0.27 234.55 1 0.37
Hex 0 11 BB 64 5B 0 1B EB 64 25
Octal 0 21 273 144 133 0 33 353 144 45
Binary 0 10001 10111011 1100100 1011011 0 11011 11101011 1100100 100101

Color Harmonies of #0011BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0011BB

Black with #0011BB

Text Example


Text Example

White with #0011BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0011BB; }

 p { color: rgb(0,17,187); }

 H1.HeaderClassName
 {
   color: #0011BB;
 }
 .AnyTagClassName
 {
   color: #0011BB;
 }
</style>

background-color css

<style>
 a { background-color: #0011BB; }

 a { background-color: rgb(0,17,187); }

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

border-color css

<style>
 span { border-color: #0011BB; }

 span { border-color: rgb(0,17,187); }

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