Html Css Color HEX #1325DC Persian Blue

📋 copy color: '#1325DC'

red 19 ◦ green 37 ◦ blue 220

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

Shades of Persian Blue #1325DC

Tints of Persian Blue #1325DC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

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

R = 6.88%
G = 13.41%
B = 79.71%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1325DC (or 0x1325DC) is known color: Persian Blue. HEX triplet: 13, 25 and DC. RGB value is (19,37,220). Sum of RGB (Red+Green+Blue) = 19+37+220=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 220 (86.33% from 255 or 79.71% from 276); Max value from RGB is 220 - color contains mainly: blue. Hex color #1325DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1325DC is #ECDA23. Grayscale: #333333. Windows color (decimal): -15522340 or 14427411. OLE color: 14427411.

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

Color convert

RGB 19 37 220 -
CMYK 0.91 0.83 0 0.14
HSL 234.63º 0.84% 0.47% -
HSV(B) 234.63º 0.91% 0.86% -
XYZ 13.85 6.63 68.26 -
YUV 52.48 222.54 104.12 -
System Red Green Blue C M Y K H S L
Decimal 19 37 220 0.91 0.83 0 0.14 234.63 0.84 0.47
Hex 13 25 DC 5B 53 0 E EB 54 2F
Octal 23 45 334 133 123 0 16 353 124 57
Binary 10011 100101 11011100 1011011 1010011 0 1110 11101011 1010100 101111

Color Harmonies of #1325DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1325DC

Black with #1325DC

Text Example


Text Example

White with #1325DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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