Html Css Color HEX #1326EF Blue

📋 copy color: '#1326EF'

red 19 ◦ green 38 ◦ blue 239

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

Shades of Blue #1326EF

Tints of Blue #1326EF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

 BLUE value IS 239 (93.75% from 255) = 80.74%

R = 6.42%
G = 12.84%
B = 80.74%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1326EF (or 0x1326EF) is known color: Blue. HEX triplet: 13, 26 and EF. RGB value is (19,38,239). Sum of RGB (Red+Green+Blue) = 19+38+239=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 239 (93.75% from 255 or 80.74% from 296); Max value from RGB is 239 - color contains mainly: blue. Hex color #1326EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1326EF is #ECD910. Grayscale: #363636. Windows color (decimal): -15522065 or 15672851. OLE color: 15672851.

HSL color Cylindrical-coordinate representation of color #1326EF: hue angle of 234.82º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1326EF is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 38 239 -
CMYK 0.92 0.84 0 0.06
HSL 234.82º 0.87% 0.51% -
HSV(B) 234.82º 0.92% 0.94% -
XYZ 16.54 7.76 82.29 -
YUV 55.23 231.71 102.16 -
System Red Green Blue C M Y K H S L
Decimal 19 38 239 0.92 0.84 0 0.06 234.82 0.87 0.51
Hex 13 26 EF 5C 54 0 6 EB 57 33
Octal 23 46 357 134 124 0 6 353 127 63
Binary 10011 100110 11101111 1011100 1010100 0 110 11101011 1010111 110011

Color Harmonies of #1326EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1326EF

Black with #1326EF

Text Example


Text Example

White with #1326EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1326EF; }

 p { color: rgb(19,38,239); }

 H1.HeaderClassName
 {
   color: #1326EF;
 }
 .AnyTagClassName
 {
   color: #1326EF;
 }
</style>

background-color css

<style>
 a { background-color: #1326EF; }

 a { background-color: rgb(19,38,239); }

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

border-color css

<style>
 span { border-color: #1326EF; }

 span { border-color: rgb(19,38,239); }

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