Html Css Color HEX #1319ED Blue

📋 copy color: '#1319ED'

red 19 ◦ green 25 ◦ blue 237

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

Shades of Blue #1319ED

Tints of Blue #1319ED

RGB

 RED value IS 19 (7.81% from 255) = 6.76%

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

 BLUE value IS 237 (92.97% from 255) = 84.34%

R = 6.76%
G = 8.9%
B = 84.34%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1319ED (or 0x1319ED) is known color: Blue. HEX triplet: 13, 19 and ED. RGB value is (19,25,237). Sum of RGB (Red+Green+Blue) = 19+25+237=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 237 (92.97% from 255 or 84.34% from 281); Max value from RGB is 237 - color contains mainly: blue. Hex color #1319ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1319ED is #ECE612. Grayscale: #2E2E2E. Windows color (decimal): -15525395 or 15538451. OLE color: 15538451.

HSL color Cylindrical-coordinate representation of color #1319ED: hue angle of 238.35º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1319ED is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 25 237 -
CMYK 0.92 0.89 0 0.07
HSL 238.35º 0.86% 0.5% -
HSV(B) 238.35º 0.92% 0.93% -
XYZ 15.9 6.95 80.62 -
YUV 47.37 235.01 107.76 -
System Red Green Blue C M Y K H S L
Decimal 19 25 237 0.92 0.89 0 0.07 238.35 0.86 0.5
Hex 13 19 ED 5C 59 0 7 EE 56 32
Octal 23 31 355 134 131 0 7 356 126 62
Binary 10011 11001 11101101 1011100 1011001 0 111 11101110 1010110 110010

Color Harmonies of #1319ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1319ED

Black with #1319ED

Text Example


Text Example

White with #1319ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1319ED; }

 p { color: rgb(19,25,237); }

 H1.HeaderClassName
 {
   color: #1319ED;
 }
 .AnyTagClassName
 {
   color: #1319ED;
 }
</style>

background-color css

<style>
 a { background-color: #1319ED; }

 a { background-color: rgb(19,25,237); }

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

border-color css

<style>
 span { border-color: #1319ED; }

 span { border-color: rgb(19,25,237); }

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