Html Css Color HEX #1324CF Persian Blue

📋 copy color: '#1324CF'

red 19 ◦ green 36 ◦ blue 207

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

Shades of Persian Blue #1324CF

Tints of Persian Blue #1324CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 79.01%

R = 7.25%
G = 13.74%
B = 79.01%

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

#1324CF (or 0x1324CF) is known color: Persian Blue. HEX triplet: 13, 24 and CF. RGB value is (19,36,207). Sum of RGB (Red+Green+Blue) = 19+36+207=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 207 (81.25% from 255 or 79.01% from 262); Max value from RGB is 207 - color contains mainly: blue. Hex color #1324CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1324CF is #ECDB30. Grayscale: #313131. Windows color (decimal): -15522609 or 13575187. OLE color: 13575187.

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

Color convert

RGB 19 36 207 -
CMYK 0.91 0.83 0 0.19
HSL 234.57º 0.83% 0.44% -
HSV(B) 234.57º 0.91% 0.81% -
XYZ 12.16 5.91 59.53 -
YUV 50.41 216.37 105.6 -
System Red Green Blue C M Y K H S L
Decimal 19 36 207 0.91 0.83 0 0.19 234.57 0.83 0.44
Hex 13 24 CF 5B 53 0 13 EB 53 2C
Octal 23 44 317 133 123 0 23 353 123 54
Binary 10011 100100 11001111 1011011 1010011 0 10011 11101011 1010011 101100

Color Harmonies of #1324CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1324CF

Black with #1324CF

Text Example


Text Example

White with #1324CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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