Html Css Color HEX #1324DC Persian Blue

📋 copy color: '#1324DC'

red 19 ◦ green 36 ◦ blue 220

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

Shades of Persian Blue #1324DC

Tints of Persian Blue #1324DC

RGB

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

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

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

R = 6.91%
G = 13.09%
B = 80%

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

#1324DC (or 0x1324DC) is known color: Persian Blue. HEX triplet: 13, 24 and DC. RGB value is (19,36,220). Sum of RGB (Red+Green+Blue) = 19+36+220=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 220 (86.33% from 255 or 80% from 275); Max value from RGB is 220 - color contains mainly: blue. Hex color #1324DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1324DC is #ECDB23. Grayscale: #333333. Windows color (decimal): -15522596 or 14427155. OLE color: 14427155.

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

Color convert

RGB 19 36 220 -
CMYK 0.91 0.84 0 0.14
HSL 234.93º 0.84% 0.47% -
HSV(B) 234.93º 0.91% 0.86% -
XYZ 13.82 6.57 68.25 -
YUV 51.89 222.87 104.54 -
System Red Green Blue C M Y K H S L
Decimal 19 36 220 0.91 0.84 0 0.14 234.93 0.84 0.47
Hex 13 24 DC 5B 54 0 E EB 54 2F
Octal 23 44 334 133 124 0 16 353 124 57
Binary 10011 100100 11011100 1011011 1010100 0 1110 11101011 1010100 101111

Color Harmonies of #1324DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1324DC

Black with #1324DC

Text Example


Text Example

White with #1324DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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