#1330DE

Color #1330DE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1330DE

Tints of Persian Blue #1330DE

Color information

#1330DE (or 0x1330DE) is unknown color: approx Persian Blue. HEX triplet: 13, 30 and DE. RGB value is (19,48,222). Sum of RGB (Red+Green+Blue) = 19+48+222=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 222 (87.11% from 255 or 76.82% from 289); Max value from RGB is 222 - color contains mainly: blue. Hex color #1330DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1330DE is #ECCF21. Grayscale: #3A3A3A. Windows color (decimal): -15519522 or 14561299. OLE color: 14561299.

HSL color Cylindrical-coordinate representation of color #1330DE: hue angle of 231.43º 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 #1330DE is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1948222-
CMYK0.910.7800.13
HSL231.43º84.23%47.25%-
HSV(B)231.43º91.44%87.06%-
XYZ14.517.5369.8-
YUV59.16219.8999.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.57%
GREEN value IS 48 (19.14% from 255) = 16.61%
BLUE value IS 222 (87.11% from 255) = 76.82%
R=6.57%
G=16.61%
B=76.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19482220.910.7800.13231.4384.2347.25
Hex1330DE5B4E0De7542f
Octal236033613311601534712457
Binary10011110000110111101011011100111001101111001111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1330DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1330DE;
 }
 .AnyTagClassName
 {
   color: #1330DE;
 }
</style>
background-color css

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

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

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

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

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

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