Html Css Color HEX #1323DE Persian Blue

📋 copy color: '#1323DE'

red 19 ◦ green 35 ◦ blue 222

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

Shades of Persian Blue #1323DE

Tints of Persian Blue #1323DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 80.43%

R = 6.88%
G = 12.68%
B = 80.43%

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

#1323DE (or 0x1323DE) is known color: Persian Blue. HEX triplet: 13, 23 and DE. RGB value is (19,35,222). Sum of RGB (Red+Green+Blue) = 19+35+222=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 222 (87.11% from 255 or 80.43% from 276); Max value from RGB is 222 - color contains mainly: blue. Hex color #1323DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1323DE is #ECDC21. Grayscale: #323232. Windows color (decimal): -15522850 or 14557971. OLE color: 14557971.

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

Color convert

RGB 19 35 222 -
CMYK 0.91 0.84 0 0.13
HSL 235.27º 0.84% 0.47% -
HSV(B) 235.27º 0.91% 0.87% -
XYZ 14.05 6.61 69.64 -
YUV 51.53 224.2 104.79 -
System Red Green Blue C M Y K H S L
Decimal 19 35 222 0.91 0.84 0 0.13 235.27 0.84 0.47
Hex 13 23 DE 5B 54 0 D EB 54 2F
Octal 23 43 336 133 124 0 15 353 124 57
Binary 10011 100011 11011110 1011011 1010100 0 1101 11101011 1010100 101111

Color Harmonies of #1323DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1323DE

Black with #1323DE

Text Example


Text Example

White with #1323DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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