Html Css Color HEX #1343DF Persian Blue

📋 copy color: '#1343DF'

red 19 ◦ green 67 ◦ blue 223

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

Shades of Persian Blue #1343DF

Tints of Persian Blue #1343DF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.68%

 BLUE value IS 223 (87.5% from 255) = 72.17%

R = 6.15%
G = 21.68%
B = 72.17%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1343DF (or 0x1343DF) is known color: Persian Blue. HEX triplet: 13, 43 and DF. RGB value is (19,67,223). Sum of RGB (Red+Green+Blue) = 19+67+223=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #1343DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1343DF is #ECBC20. Grayscale: #454545. Windows color (decimal): -15514657 or 14631699. OLE color: 14631699.

HSL color Cylindrical-coordinate representation of color #1343DF: hue angle of 225.88º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1343DF is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 67 223 -
CMYK 0.91 0.70 0 0.13
HSL 225.88º 0.84% 0.47% -
HSV(B) 225.88º 0.91% 0.87% -
XYZ 15.6 9.48 70.82 -
YUV 70.43 214.1 91.32 -
System Red Green Blue C M Y K H S L
Decimal 19 67 223 0.91 0.70 0 0.13 225.88 0.84 0.47
Hex 13 43 DF 5B 46 0 D E2 54 2F
Octal 23 103 337 133 106 0 15 342 124 57
Binary 10011 1000011 11011111 1011011 1000110 0 1101 11100010 1010100 101111

Color Harmonies of #1343DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1343DF

Black with #1343DF

Text Example


Text Example

White with #1343DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1343DF; }

 p { color: rgb(19,67,223); }

 H1.HeaderClassName
 {
   color: #1343DF;
 }
 .AnyTagClassName
 {
   color: #1343DF;
 }
</style>

background-color css

<style>
 a { background-color: #1343DF; }

 a { background-color: rgb(19,67,223); }

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

border-color css

<style>
 span { border-color: #1343DF; }

 span { border-color: rgb(19,67,223); }

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