Html Css Color HEX #1341DF Persian Blue

📋 copy color: '#1341DF'

red 19 ◦ green 65 ◦ blue 223

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

Shades of Persian Blue #1341DF

Tints of Persian Blue #1341DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 6.19%
G = 21.17%
B = 72.64%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1341DF (or 0x1341DF) is known color: Persian Blue. HEX triplet: 13, 41 and DF. RGB value is (19,65,223). Sum of RGB (Red+Green+Blue) = 19+65+223=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #1341DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1341DF is #ECBE20. Grayscale: #444444. Windows color (decimal): -15515169 or 14631187. OLE color: 14631187.

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

Color convert

RGB 19 65 223 -
CMYK 0.91 0.71 0 0.13
HSL 226.47º 0.84% 0.47% -
HSV(B) 226.47º 0.91% 0.87% -
XYZ 15.48 9.25 70.78 -
YUV 69.26 214.76 92.15 -
System Red Green Blue C M Y K H S L
Decimal 19 65 223 0.91 0.71 0 0.13 226.47 0.84 0.47
Hex 13 41 DF 5B 47 0 D E2 54 2F
Octal 23 101 337 133 107 0 15 342 124 57
Binary 10011 1000001 11011111 1011011 1000111 0 1101 11100010 1010100 101111

Color Harmonies of #1341DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1341DF

Black with #1341DF

Text Example


Text Example

White with #1341DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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