Html Css Color HEX #1328DC Persian Blue

📋 copy color: '#1328DC'

red 19 ◦ green 40 ◦ blue 220

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

Shades of Persian Blue #1328DC

Tints of Persian Blue #1328DC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

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

R = 6.81%
G = 14.34%
B = 78.85%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1328DC (or 0x1328DC) is known color: Persian Blue. HEX triplet: 13, 28 and DC. RGB value is (19,40,220). Sum of RGB (Red+Green+Blue) = 19+40+220=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 220 (86.33% from 255 or 78.85% from 279); Max value from RGB is 220 - color contains mainly: blue. Hex color #1328DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1328DC is #ECD723. Grayscale: #353535. Windows color (decimal): -15521572 or 14428179. OLE color: 14428179.

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

Color convert

RGB 19 40 220 -
CMYK 0.91 0.82 0 0.14
HSL 233.73º 0.84% 0.47% -
HSV(B) 233.73º 0.91% 0.86% -
XYZ 13.95 6.82 68.29 -
YUV 54.24 221.54 102.86 -
System Red Green Blue C M Y K H S L
Decimal 19 40 220 0.91 0.82 0 0.14 233.73 0.84 0.47
Hex 13 28 DC 5B 52 0 E EA 54 2F
Octal 23 50 334 133 122 0 16 352 124 57
Binary 10011 101000 11011100 1011011 1010010 0 1110 11101010 1010100 101111

Color Harmonies of #1328DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1328DC

Black with #1328DC

Text Example


Text Example

White with #1328DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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