Html Css Color HEX #1328DE Persian Blue

📋 copy color: '#1328DE'

red 19 ◦ green 40 ◦ blue 222

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

Shades of Persian Blue #1328DE

Tints of Persian Blue #1328DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 79%

R = 6.76%
G = 14.23%
B = 79%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1328DE (or 0x1328DE) is known color: Persian Blue. HEX triplet: 13, 28 and DE. RGB value is (19,40,222). Sum of RGB (Red+Green+Blue) = 19+40+222=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 222 (87.11% from 255 or 79.00% from 281); Max value from RGB is 222 - color contains mainly: blue. Hex color #1328DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1328DE is #ECD721. Grayscale: #353535. Windows color (decimal): -15521570 or 14559251. OLE color: 14559251.

HSL color Cylindrical-coordinate representation of color #1328DE: hue angle of 233.79º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1328DE is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 40 222 -
CMYK 0.91 0.82 0 0.13
HSL 233.79º 0.84% 0.47% -
HSV(B) 233.79º 0.91% 0.87% -
XYZ 14.21 6.93 69.7 -
YUV 54.47 222.54 102.7 -
System Red Green Blue C M Y K H S L
Decimal 19 40 222 0.91 0.82 0 0.13 233.79 0.84 0.47
Hex 13 28 DE 5B 52 0 D EA 54 2F
Octal 23 50 336 133 122 0 15 352 124 57
Binary 10011 101000 11011110 1011011 1010010 0 1101 11101010 1010100 101111

Color Harmonies of #1328DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1328DE

Black with #1328DE

Text Example


Text Example

White with #1328DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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