Html Css Color HEX #1343DD Persian Blue

📋 copy color: '#1343DD'

red 19 ◦ green 67 ◦ blue 221

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

Shades of Persian Blue #1343DD

Tints of Persian Blue #1343DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.99%

R = 6.19%
G = 21.82%
B = 71.99%

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

#1343DD (or 0x1343DD) is known color: Persian Blue. HEX triplet: 13, 43 and DD. RGB value is (19,67,221). Sum of RGB (Red+Green+Blue) = 19+67+221=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #1343DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1343DD is #ECBC22. Grayscale: #454545. Windows color (decimal): -15514659 or 14500627. OLE color: 14500627.

HSL color Cylindrical-coordinate representation of color #1343DD: hue angle of 225.74º 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 #1343DD is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 67 221 -
CMYK 0.91 0.70 0 0.13
HSL 225.74º 0.84% 0.47% -
HSV(B) 225.74º 0.91% 0.87% -
XYZ 15.33 9.37 69.41 -
YUV 70.2 213.1 91.48 -
System Red Green Blue C M Y K H S L
Decimal 19 67 221 0.91 0.70 0 0.13 225.74 0.84 0.47
Hex 13 43 DD 5B 46 0 D E2 54 2F
Octal 23 103 335 133 106 0 15 342 124 57
Binary 10011 1000011 11011101 1011011 1000110 0 1101 11100010 1010100 101111

Color Harmonies of #1343DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1343DD

Black with #1343DD

Text Example


Text Example

White with #1343DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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