Html Css Color HEX #1519EA Blue

📋 copy color: '#1519EA'

red 21 ◦ green 25 ◦ blue 234

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

Shades of Blue #1519EA

Tints of Blue #1519EA

RGB

 RED value IS 21 (8.59% from 255) = 7.5%

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

 BLUE value IS 234 (91.8% from 255) = 83.57%

R = 7.5%
G = 8.93%
B = 83.57%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1519EA (or 0x1519EA) is known color: Blue. HEX triplet: 15, 19 and EA. RGB value is (21,25,234). Sum of RGB (Red+Green+Blue) = 21+25+234=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 234 (91.80% from 255 or 83.57% from 280); Max value from RGB is 234 - color contains mainly: blue. Hex color #1519EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1519EA is #EAE615. Grayscale: #2E2E2E. Windows color (decimal): -15394326 or 15341845. OLE color: 15341845.

HSL color Cylindrical-coordinate representation of color #1519EA: hue angle of 238.87º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1519EA is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 25 234 -
CMYK 0.91 0.89 0 0.08
HSL 238.87º 0.84% 0.5% -
HSV(B) 238.87º 0.91% 0.92% -
XYZ 15.51 6.8 78.34 -
YUV 47.63 233.17 109.01 -
System Red Green Blue C M Y K H S L
Decimal 21 25 234 0.91 0.89 0 0.08 238.87 0.84 0.5
Hex 15 19 EA 5B 59 0 8 EF 54 32
Octal 25 31 352 133 131 0 10 357 124 62
Binary 10101 11001 11101010 1011011 1011001 0 1000 11101111 1010100 110010

Color Harmonies of #1519EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1519EA

Black with #1519EA

Text Example


Text Example

White with #1519EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1519EA; }

 p { color: rgb(21,25,234); }

 H1.HeaderClassName
 {
   color: #1519EA;
 }
 .AnyTagClassName
 {
   color: #1519EA;
 }
</style>

background-color css

<style>
 a { background-color: #1519EA; }

 a { background-color: rgb(21,25,234); }

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

border-color css

<style>
 span { border-color: #1519EA; }

 span { border-color: rgb(21,25,234); }

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