Html Css Color HEX #1323D7 Persian Blue

📋 copy color: '#1323D7'

red 19 ◦ green 35 ◦ blue 215

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

Shades of Persian Blue #1323D7

Tints of Persian Blue #1323D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 79.93%

R = 7.06%
G = 13.01%
B = 79.93%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1323D7 (or 0x1323D7) is known color: Persian Blue. HEX triplet: 13, 23 and D7. RGB value is (19,35,215). Sum of RGB (Red+Green+Blue) = 19+35+215=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 215 (84.38% from 255 or 79.93% from 269); Max value from RGB is 215 - color contains mainly: blue. Hex color #1323D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1323D7 is #ECDC28. Grayscale: #323232. Windows color (decimal): -15522857 or 14099219. OLE color: 14099219.

HSL color Cylindrical-coordinate representation of color #1323D7: hue angle of 235.1º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1323D7 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 35 215 -
CMYK 0.91 0.84 0 0.16
HSL 235.1º 0.84% 0.46% -
HSV(B) 235.1º 0.91% 0.84% -
XYZ 13.14 6.25 64.8 -
YUV 50.74 220.7 105.36 -
System Red Green Blue C M Y K H S L
Decimal 19 35 215 0.91 0.84 0 0.16 235.1 0.84 0.46
Hex 13 23 D7 5B 54 0 10 EB 54 2E
Octal 23 43 327 133 124 0 20 353 124 56
Binary 10011 100011 11010111 1011011 1010100 0 10000 11101011 1010100 101110

Color Harmonies of #1323D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1323D7

Black with #1323D7

Text Example


Text Example

White with #1323D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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