Html Css Color HEX #1324D8 Persian Blue

📋 copy color: '#1324D8'

red 19 ◦ green 36 ◦ blue 216

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

Shades of Persian Blue #1324D8

Tints of Persian Blue #1324D8

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.28%

 BLUE value IS 216 (84.77% from 255) = 79.7%

R = 7.01%
G = 13.28%
B = 79.7%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1324D8 (or 0x1324D8) is known color: Persian Blue. HEX triplet: 13, 24 and D8. RGB value is (19,36,216). Sum of RGB (Red+Green+Blue) = 19+36+216=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 216 (84.77% from 255 or 79.70% from 271); Max value from RGB is 216 - color contains mainly: blue. Hex color #1324D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1324D8 is #ECDB27. Grayscale: #323232. Windows color (decimal): -15522600 or 14165011. OLE color: 14165011.

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

Color convert

RGB 19 36 216 -
CMYK 0.91 0.83 0 0.15
HSL 234.82º 0.84% 0.46% -
HSV(B) 234.82º 0.91% 0.85% -
XYZ 13.29 6.36 65.49 -
YUV 51.44 220.87 104.86 -
System Red Green Blue C M Y K H S L
Decimal 19 36 216 0.91 0.83 0 0.15 234.82 0.84 0.46
Hex 13 24 D8 5B 53 0 F EB 54 2E
Octal 23 44 330 133 123 0 17 353 124 56
Binary 10011 100100 11011000 1011011 1010011 0 1111 11101011 1010100 101110

Color Harmonies of #1324D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1324D8

Black with #1324D8

Text Example


Text Example

White with #1324D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1324D8; }

 p { color: rgb(19,36,216); }

 H1.HeaderClassName
 {
   color: #1324D8;
 }
 .AnyTagClassName
 {
   color: #1324D8;
 }
</style>

background-color css

<style>
 a { background-color: #1324D8; }

 a { background-color: rgb(19,36,216); }

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

border-color css

<style>
 span { border-color: #1324D8; }

 span { border-color: rgb(19,36,216); }

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