Html Css Color HEX #1A18DB Medium Blue

📋 copy color: '#1A18DB'

red 26 ◦ green 24 ◦ blue 219

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

Shades of Medium Blue #1A18DB

Tints of Medium Blue #1A18DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.92%

 BLUE value IS 219 (85.94% from 255) = 81.41%

R = 9.67%
G = 8.92%
B = 81.41%

CMYK

 C value IS 0.88

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1A18DB (or 0x1A18DB) is known color: Medium Blue. HEX triplet: 1A, 18 and DB. RGB value is (26,24,219). Sum of RGB (Red+Green+Blue) = 26+24+219=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A18DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A18DB is #E5E724. Grayscale: #2E2E2E. Windows color (decimal): -15066917 or 14358554. OLE color: 14358554.

HSL color Cylindrical-coordinate representation of color #1A18DB: hue angle of 240.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A18DB is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 24 219 -
CMYK 0.88 0.89 0 0.14
HSL 240.62º 0.8% 0.48% -
HSV(B) 240.62º 0.89% 0.86% -
XYZ 13.54 5.99 67.46 -
YUV 46.83 225.16 113.14 -
System Red Green Blue C M Y K H S L
Decimal 26 24 219 0.88 0.89 0 0.14 240.62 0.8 0.48
Hex 1A 18 DB 58 59 0 E F1 50 30
Octal 32 30 333 130 131 0 16 361 120 60
Binary 11010 11000 11011011 1011000 1011001 0 1110 11110001 1010000 110000

Color Harmonies of #1A18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A18DB

Black with #1A18DB

Text Example


Text Example

White with #1A18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,24,219); }

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

background-color css

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

 a { background-color: rgb(26,24,219); }

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

border-color css

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

 span { border-color: rgb(26,24,219); }

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