Html Css Color HEX #1323DF Persian Blue

📋 copy color: '#1323DF'

red 19 ◦ green 35 ◦ blue 223

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

Shades of Persian Blue #1323DF

Tints of Persian Blue #1323DF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.64%

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

R = 6.86%
G = 12.64%
B = 80.51%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1323DF (or 0x1323DF) is known color: Persian Blue. HEX triplet: 13, 23 and DF. RGB value is (19,35,223). Sum of RGB (Red+Green+Blue) = 19+35+223=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #1323DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1323DF is #ECDC20. Grayscale: #323232. Windows color (decimal): -15522849 or 14623507. OLE color: 14623507.

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

Color convert

RGB 19 35 223 -
CMYK 0.91 0.84 0 0.13
HSL 235.29º 0.84% 0.47% -
HSV(B) 235.29º 0.91% 0.87% -
XYZ 14.19 6.67 70.35 -
YUV 51.65 224.7 104.71 -
System Red Green Blue C M Y K H S L
Decimal 19 35 223 0.91 0.84 0 0.13 235.29 0.84 0.47
Hex 13 23 DF 5B 54 0 D EB 54 2F
Octal 23 43 337 133 124 0 15 353 124 57
Binary 10011 100011 11011111 1011011 1010100 0 1101 11101011 1010100 101111

Color Harmonies of #1323DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1323DF

Black with #1323DF

Text Example


Text Example

White with #1323DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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