Html Css Color HEX #1323CD Persian Blue

📋 copy color: '#1323CD'

red 19 ◦ green 35 ◦ blue 205

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

Shades of Persian Blue #1323CD

Tints of Persian Blue #1323CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 79.15%

R = 7.34%
G = 13.51%
B = 79.15%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1323CD (or 0x1323CD) is known color: Persian Blue. HEX triplet: 13, 23 and CD. RGB value is (19,35,205). Sum of RGB (Red+Green+Blue) = 19+35+205=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 205 (80.47% from 255 or 79.15% from 259); Max value from RGB is 205 - color contains mainly: blue. Hex color #1323CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1323CD is #ECDC32. Grayscale: #303030. Windows color (decimal): -15522867 or 13443859. OLE color: 13443859.

HSL color Cylindrical-coordinate representation of color #1323CD: hue angle of 234.84º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1323CD is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 35 205 -
CMYK 0.91 0.83 0 0.20
HSL 234.84º 0.83% 0.44% -
HSV(B) 234.84º 0.91% 0.8% -
XYZ 11.89 5.75 58.24 -
YUV 49.6 215.7 106.18 -
System Red Green Blue C M Y K H S L
Decimal 19 35 205 0.91 0.83 0 0.20 234.84 0.83 0.44
Hex 13 23 CD 5B 53 0 14 EB 53 2C
Octal 23 43 315 133 123 0 24 353 123 54
Binary 10011 100011 11001101 1011011 1010011 0 10100 11101011 1010011 101100

Color Harmonies of #1323CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1323CD

Black with #1323CD

Text Example


Text Example

White with #1323CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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