#1442CC

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

Shades of Persian Blue #1442CC

Tints of Persian Blue #1442CC

Color information

#1442CC (or 0x1442CC) is unknown color: approx Persian Blue. HEX triplet: 14, 42 and CC. RGB value is (20,66,204). Sum of RGB (Red+Green+Blue) = 20+66+204=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #1442CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1442CC is #EBBD33. Grayscale: #434343. Windows color (decimal): -15449396 or 13386260. OLE color: 13386260.

HSL color Cylindrical-coordinate representation of color #1442CC: hue angle of 225º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1442CC is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2066204-
CMYK0.900.6800.2
HSL225º82.14%43.92%-
HSV(B)225º90.2%80%-
XYZ13.148.458.06-
YUV67.98204.7693.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.90%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 204 (80.08% from 255) = 70.34%
R=6.90%
G=22.76%
B=70.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20662040.900.6800.222582.1443.92
Hex1442CC5A44014e1522c
Octal2410231413210402434112254
Binary1010010000101100110010110101000100010100111000011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1442CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1442CC; }

 p { color: rgb(20,66,204); }

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

<style>
 a { background-color: #1442CC; }

 a { background-color: rgb(20,66,204); }

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

<style>
 span { border-color: #1442CC; }

 span { border-color: rgb(20,66,204); }

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