Html Css Color HEX #1324DD Persian Blue

📋 copy color: '#1324DD'

red 19 ◦ green 36 ◦ blue 221

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

Shades of Persian Blue #1324DD

Tints of Persian Blue #1324DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 80.07%

R = 6.88%
G = 13.04%
B = 80.07%

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

#1324DD (or 0x1324DD) is known color: Persian Blue. HEX triplet: 13, 24 and DD. RGB value is (19,36,221). Sum of RGB (Red+Green+Blue) = 19+36+221=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 221 (86.72% from 255 or 80.07% from 276); Max value from RGB is 221 - color contains mainly: blue. Hex color #1324DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1324DD is #ECDB22. Grayscale: #333333. Windows color (decimal): -15522595 or 14492691. OLE color: 14492691.

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

Color convert

RGB 19 36 221 -
CMYK 0.91 0.84 0 0.13
HSL 234.95º 0.84% 0.47% -
HSV(B) 234.95º 0.91% 0.87% -
XYZ 13.95 6.62 68.95 -
YUV 52.01 223.37 104.46 -
System Red Green Blue C M Y K H S L
Decimal 19 36 221 0.91 0.84 0 0.13 234.95 0.84 0.47
Hex 13 24 DD 5B 54 0 D EB 54 2F
Octal 23 44 335 133 124 0 15 353 124 57
Binary 10011 100100 11011101 1011011 1010100 0 1101 11101011 1010100 101111

Color Harmonies of #1324DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1324DD

Black with #1324DD

Text Example


Text Example

White with #1324DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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