Html Css Color HEX #1344EF Persian Blue

📋 copy color: '#1344EF'

red 19 ◦ green 68 ◦ blue 239

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

Shades of Persian Blue #1344EF

Tints of Persian Blue #1344EF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.86%

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

R = 5.83%
G = 20.86%
B = 73.31%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1344EF (or 0x1344EF) is known color: Persian Blue. HEX triplet: 13, 44 and EF. RGB value is (19,68,239). Sum of RGB (Red+Green+Blue) = 19+68+239=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #1344EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1344EF is #ECBB10. Grayscale: #484848. Windows color (decimal): -15514385 or 15680531. OLE color: 15680531.

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

Color convert

RGB 19 68 239 -
CMYK 0.92 0.72 0 0.06
HSL 226.64º 0.87% 0.51% -
HSV(B) 226.64º 0.92% 0.94% -
XYZ 17.92 10.5 82.74 -
YUV 72.84 221.77 89.6 -
System Red Green Blue C M Y K H S L
Decimal 19 68 239 0.92 0.72 0 0.06 226.64 0.87 0.51
Hex 13 44 EF 5C 48 0 6 E3 57 33
Octal 23 104 357 134 110 0 6 343 127 63
Binary 10011 1000100 11101111 1011100 1001000 0 110 11100011 1010111 110011

Color Harmonies of #1344EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1344EF

Black with #1344EF

Text Example


Text Example

White with #1344EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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