#1442BC

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

Shades of Persian Blue #1442BC

Tints of Persian Blue #1442BC

Color information

#1442BC (or 0x1442BC) is unknown color: approx Persian Blue. HEX triplet: 14, 42 and BC. RGB value is (20,66,188). Sum of RGB (Red+Green+Blue) = 20+66+188=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #1442BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1442BC is #EBBD43. Grayscale: #414141. Windows color (decimal): -15449412 or 12337684. OLE color: 12337684.

HSL color Cylindrical-coordinate representation of color #1442BC: hue angle of 223.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1442BC is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2066188-
CMYK0.890.6500.26
HSL223.57º80.77%40.78%-
HSV(B)223.57º89.36%73.73%-
XYZ11.317.6848.46-
YUV66.15196.7695.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.30%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 188 (73.83% from 255) = 68.61%
R=7.30%
G=24.09%
B=68.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal20661880.890.6500.26223.5780.7740.78
Hex1442BC594101Ae05129
Octal2410227413110103234012151
Binary1010010000101011110010110011000001011010111000001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1442BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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