Html Css Color HEX #1329FA Blue

📋 copy color: '#1329FA'

red 19 ◦ green 41 ◦ blue 250

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

Shades of Blue #1329FA

Tints of Blue #1329FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

 BLUE value IS 250 (98.05% from 255) = 80.65%

R = 6.13%
G = 13.23%
B = 80.65%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1329FA (or 0x1329FA) is known color: Blue. HEX triplet: 13, 29 and FA. RGB value is (19,41,250). Sum of RGB (Red+Green+Blue) = 19+41+250=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 250 (98.05% from 255 or 80.65% from 310); Max value from RGB is 250 - color contains mainly: blue. Hex color #1329FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1329FA is #ECD605. Grayscale: #393939. Windows color (decimal): -15521286 or 16394515. OLE color: 16394515.

HSL color Cylindrical-coordinate representation of color #1329FA: hue angle of 234.29º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1329FA is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 41 250 -
CMYK 0.92 0.84 0 0.02
HSL 234.29º 0.96% 0.53% -
HSV(B) 234.29º 0.92% 0.98% -
XYZ 18.32 8.63 91.14 -
YUV 58.25 236.21 100.01 -
System Red Green Blue C M Y K H S L
Decimal 19 41 250 0.92 0.84 0 0.02 234.29 0.96 0.53
Hex 13 29 FA 5C 54 0 2 EA 60 35
Octal 23 51 372 134 124 0 2 352 140 65
Binary 10011 101001 11111010 1011100 1010100 0 10 11101010 1100000 110101

Color Harmonies of #1329FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1329FA

Black with #1329FA

Text Example


Text Example

White with #1329FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1329FA; }

 p { color: rgb(19,41,250); }

 H1.HeaderClassName
 {
   color: #1329FA;
 }
 .AnyTagClassName
 {
   color: #1329FA;
 }
</style>

background-color css

<style>
 a { background-color: #1329FA; }

 a { background-color: rgb(19,41,250); }

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

border-color css

<style>
 span { border-color: #1329FA; }

 span { border-color: rgb(19,41,250); }

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