Html Css Color HEX #1346EF Persian Blue

📋 copy color: '#1346EF'

red 19 ◦ green 70 ◦ blue 239

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

Shades of Persian Blue #1346EF

Tints of Persian Blue #1346EF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.34%

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

R = 5.79%
G = 21.34%
B = 72.87%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1346EF (or 0x1346EF) is known color: Persian Blue. HEX triplet: 13, 46 and EF. RGB value is (19,70,239). Sum of RGB (Red+Green+Blue) = 19+70+239=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #1346EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1346EF is #ECB910. Grayscale: #494949. Windows color (decimal): -15513873 or 15681043. OLE color: 15681043.

HSL color Cylindrical-coordinate representation of color #1346EF: hue angle of 226.09º 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 #1346EF is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 70 239 -
CMYK 0.92 0.71 0 0.06
HSL 226.09º 0.87% 0.51% -
HSV(B) 226.09º 0.92% 0.94% -
XYZ 18.04 10.75 82.79 -
YUV 74.02 221.1 88.76 -
System Red Green Blue C M Y K H S L
Decimal 19 70 239 0.92 0.71 0 0.06 226.09 0.87 0.51
Hex 13 46 EF 5C 47 0 6 E2 57 33
Octal 23 106 357 134 107 0 6 342 127 63
Binary 10011 1000110 11101111 1011100 1000111 0 110 11100010 1010111 110011

Color Harmonies of #1346EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1346EF

Black with #1346EF

Text Example


Text Example

White with #1346EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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