Html Css Color HEX #1A0EBD Medium Blue

📋 copy color: '#1A0EBD'

red 26 ◦ green 14 ◦ blue 189

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

Shades of Medium Blue #1A0EBD

Tints of Medium Blue #1A0EBD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.11%

 BLUE value IS 189 (74.22% from 255) = 82.53%

R = 11.35%
G = 6.11%
B = 82.53%

CMYK

 C value IS 0.86

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1A0EBD (or 0x1A0EBD) is known color: Medium Blue. HEX triplet: 1A, 0E and BD. RGB value is (26,14,189). Sum of RGB (Red+Green+Blue) = 26+14+189=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 189 (74.22% from 255 or 82.53% from 229); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A0EBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0EBD is #E5F142. Grayscale: #242424. Windows color (decimal): -15069507 or 12389914. OLE color: 12389914.

HSL color Cylindrical-coordinate representation of color #1A0EBD: hue angle of 244.11º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0EBD is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 14 189 -
CMYK 0.86 0.93 0 0.26
HSL 244.11º 0.86% 0.4% -
HSV(B) 244.11º 0.93% 0.74% -
XYZ 9.77 4.21 48.44 -
YUV 37.54 213.48 119.77 -
System Red Green Blue C M Y K H S L
Decimal 26 14 189 0.86 0.93 0 0.26 244.11 0.86 0.4
Hex 1A E BD 56 5D 0 1A F4 56 28
Octal 32 16 275 126 135 0 32 364 126 50
Binary 11010 1110 10111101 1010110 1011101 0 11010 11110100 1010110 101000

Color Harmonies of #1A0EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0EBD

Black with #1A0EBD

Text Example


Text Example

White with #1A0EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,14,189); }

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

background-color css

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

 a { background-color: rgb(26,14,189); }

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

border-color css

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

 span { border-color: rgb(26,14,189); }

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