Html Css Color HEX #1A09BB Medium Blue

📋 copy color: '#1A09BB'

red 26 ◦ green 9 ◦ blue 187

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

Shades of Medium Blue #1A09BB

Tints of Medium Blue #1A09BB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.05%

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

R = 11.71%
G = 4.05%
B = 84.23%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A09BB (or 0x1A09BB) is known color: Medium Blue. HEX triplet: 1A, 09 and BB. RGB value is (26,9,187). Sum of RGB (Red+Green+Blue) = 26+9+187=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 187 (73.44% from 255 or 84.23% from 222); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A09BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A09BB is #E5F644. Grayscale: #212121. Windows color (decimal): -15070789 or 12257562. OLE color: 12257562.

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

Color convert

RGB 26 9 187 -
CMYK 0.86 0.95 0 0.27
HSL 245.73º 0.91% 0.38% -
HSV(B) 245.73º 0.95% 0.73% -
XYZ 9.49 4 47.29 -
YUV 34.38 214.13 122.03 -
System Red Green Blue C M Y K H S L
Decimal 26 9 187 0.86 0.95 0 0.27 245.73 0.91 0.38
Hex 1A 9 BB 56 5F 0 1B F6 5B 26
Octal 32 11 273 126 137 0 33 366 133 46
Binary 11010 1001 10111011 1010110 1011111 0 11011 11110110 1011011 100110

Color Harmonies of #1A09BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A09BB

Black with #1A09BB

Text Example


Text Example

White with #1A09BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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