Html Css Color HEX #1A0BBB Medium Blue

📋 copy color: '#1A0BBB'

red 26 ◦ green 11 ◦ blue 187

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

Shades of Medium Blue #1A0BBB

Tints of Medium Blue #1A0BBB

RGB

 RED value IS 26 (10.55% from 255) = 11.61%

 GREEN value IS 11 (4.69% from 255) = 4.91%

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

R = 11.61%
G = 4.91%
B = 83.48%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A0BBB (or 0x1A0BBB) is known color: Medium Blue. HEX triplet: 1A, 0B and BB. RGB value is (26,11,187). Sum of RGB (Red+Green+Blue) = 26+11+187=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 187 (73.44% from 255 or 83.48% from 224); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A0BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0BBB is #E5F444. Grayscale: #222222. Windows color (decimal): -15070277 or 12258074. OLE color: 12258074.

HSL color Cylindrical-coordinate representation of color #1A0BBB: hue angle of 245.11º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0BBB is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 11 187 -
CMYK 0.86 0.94 0 0.27
HSL 245.11º 0.89% 0.39% -
HSV(B) 245.11º 0.94% 0.73% -
XYZ 9.52 4.05 47.29 -
YUV 35.55 213.47 121.19 -
System Red Green Blue C M Y K H S L
Decimal 26 11 187 0.86 0.94 0 0.27 245.11 0.89 0.39
Hex 1A B BB 56 5E 0 1B F5 59 27
Octal 32 13 273 126 136 0 33 365 131 47
Binary 11010 1011 10111011 1010110 1011110 0 11011 11110101 1011001 100111

Color Harmonies of #1A0BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0BBB

Black with #1A0BBB

Text Example


Text Example

White with #1A0BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A0BBB; }

 p { color: rgb(26,11,187); }

 H1.HeaderClassName
 {
   color: #1A0BBB;
 }
 .AnyTagClassName
 {
   color: #1A0BBB;
 }
</style>

background-color css

<style>
 a { background-color: #1A0BBB; }

 a { background-color: rgb(26,11,187); }

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

border-color css

<style>
 span { border-color: #1A0BBB; }

 span { border-color: rgb(26,11,187); }

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