Html Css Color HEX #1323DC Persian Blue

📋 copy color: '#1323DC'

red 19 ◦ green 35 ◦ blue 220

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

Shades of Persian Blue #1323DC

Tints of Persian Blue #1323DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 80.29%

R = 6.93%
G = 12.77%
B = 80.29%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1323DC (or 0x1323DC) is known color: Persian Blue. HEX triplet: 13, 23 and DC. RGB value is (19,35,220). Sum of RGB (Red+Green+Blue) = 19+35+220=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #1323DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1323DC is #ECDC23. Grayscale: #323232. Windows color (decimal): -15522852 or 14426899. OLE color: 14426899.

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

Color convert

RGB 19 35 220 -
CMYK 0.91 0.84 0 0.14
HSL 235.22º 0.84% 0.47% -
HSV(B) 235.22º 0.91% 0.86% -
XYZ 13.79 6.51 68.24 -
YUV 51.31 223.2 104.96 -
System Red Green Blue C M Y K H S L
Decimal 19 35 220 0.91 0.84 0 0.14 235.22 0.84 0.47
Hex 13 23 DC 5B 54 0 E EB 54 2F
Octal 23 43 334 133 124 0 16 353 124 57
Binary 10011 100011 11011100 1011011 1010100 0 1110 11101011 1010100 101111

Color Harmonies of #1323DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1323DC

Black with #1323DC

Text Example


Text Example

White with #1323DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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