Html Css Color HEX #1819DA Medium Blue

📋 copy color: '#1819DA'

red 24 ◦ green 25 ◦ blue 218

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

Shades of Medium Blue #1819DA

Tints of Medium Blue #1819DA

RGB

 RED value IS 24 (9.77% from 255) = 8.99%

 GREEN value IS 25 (10.16% from 255) = 9.36%

 BLUE value IS 218 (85.55% from 255) = 81.65%

R = 8.99%
G = 9.36%
B = 81.65%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1819DA (or 0x1819DA) is known color: Medium Blue. HEX triplet: 18, 19 and DA. RGB value is (24,25,218). Sum of RGB (Red+Green+Blue) = 24+25+218=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 218 (85.55% from 255 or 81.65% from 267); Max value from RGB is 218 - color contains mainly: blue. Hex color #1819DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1819DA is #E7E625. Grayscale: #2D2D2D. Windows color (decimal): -15197734 or 14293272. OLE color: 14293272.

HSL color Cylindrical-coordinate representation of color #1819DA: hue angle of 239.69º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1819DA is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 25 218 -
CMYK 0.89 0.89 0 0.15
HSL 239.69º 0.8% 0.47% -
HSV(B) 239.69º 0.89% 0.85% -
XYZ 13.38 5.95 66.77 -
YUV 46.7 224.67 111.81 -
System Red Green Blue C M Y K H S L
Decimal 24 25 218 0.89 0.89 0 0.15 239.69 0.8 0.47
Hex 18 19 DA 59 59 0 F F0 50 2F
Octal 30 31 332 131 131 0 17 360 120 57
Binary 11000 11001 11011010 1011001 1011001 0 1111 11110000 1010000 101111

Color Harmonies of #1819DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1819DA

Black with #1819DA

Text Example


Text Example

White with #1819DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1819DA; }

 p { color: rgb(24,25,218); }

 H1.HeaderClassName
 {
   color: #1819DA;
 }
 .AnyTagClassName
 {
   color: #1819DA;
 }
</style>

background-color css

<style>
 a { background-color: #1819DA; }

 a { background-color: rgb(24,25,218); }

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

border-color css

<style>
 span { border-color: #1819DA; }

 span { border-color: rgb(24,25,218); }

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