Html Css Color HEX #1324CE Persian Blue

📋 copy color: '#1324CE'

red 19 ◦ green 36 ◦ blue 206

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

Shades of Persian Blue #1324CE

Tints of Persian Blue #1324CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 78.93%

R = 7.28%
G = 13.79%
B = 78.93%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1324CE (or 0x1324CE) is known color: Persian Blue. HEX triplet: 13, 24 and CE. RGB value is (19,36,206). Sum of RGB (Red+Green+Blue) = 19+36+206=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #1324CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1324CE is #ECDB31. Grayscale: #313131. Windows color (decimal): -15522610 or 13509651. OLE color: 13509651.

HSL color Cylindrical-coordinate representation of color #1324CE: hue angle of 234.55º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1324CE is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 36 206 -
CMYK 0.91 0.83 0 0.19
HSL 234.55º 0.83% 0.44% -
HSV(B) 234.55º 0.91% 0.81% -
XYZ 12.04 5.86 58.89 -
YUV 50.3 215.87 105.68 -
System Red Green Blue C M Y K H S L
Decimal 19 36 206 0.91 0.83 0 0.19 234.55 0.83 0.44
Hex 13 24 CE 5B 53 0 13 EB 53 2C
Octal 23 44 316 133 123 0 23 353 123 54
Binary 10011 100100 11001110 1011011 1010011 0 10011 11101011 1010011 101100

Color Harmonies of #1324CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1324CE

Black with #1324CE

Text Example


Text Example

White with #1324CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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