#1439C4

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

Shades of Persian Blue #1439C4

Tints of Persian Blue #1439C4

Color information

#1439C4 (or 0x1439C4) is unknown color: approx Persian Blue. HEX triplet: 14, 39 and C4. RGB value is (20,57,196). Sum of RGB (Red+Green+Blue) = 20+57+196=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 196 (76.95% from 255 or 71.79% from 273); Max value from RGB is 196 - color contains mainly: blue. Hex color #1439C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1439C4 is #EBC63B. Grayscale: #3D3D3D. Windows color (decimal): -15451708 or 12859668. OLE color: 12859668.

HSL color Cylindrical-coordinate representation of color #1439C4: hue angle of 227.39º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1439C4 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2057196-
CMYK0.900.7100.23
HSL227.39º81.48%42.35%-
HSV(B)227.39º89.8%76.86%-
XYZ11.727.0652.97-
YUV61.78203.7498.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.33%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 196 (76.95% from 255) = 71.79%
R=7.33%
G=20.88%
B=71.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal20571960.900.7100.23227.3981.4842.35
Hex1439C45A47017e3512a
Octal247130413210702734312152
Binary101001110011100010010110101000111010111111000111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1439C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1439C4; }

 p { color: rgb(20,57,196); }

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

<style>
 a { background-color: #1439C4; }

 a { background-color: rgb(20,57,196); }

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

<style>
 span { border-color: #1439C4; }

 span { border-color: rgb(20,57,196); }

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