#1435CB

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

Shades of Persian Blue #1435CB

Tints of Persian Blue #1435CB

Color information

#1435CB (or 0x1435CB) is unknown color: approx Persian Blue. HEX triplet: 14, 35 and CB. RGB value is (20,53,203). Sum of RGB (Red+Green+Blue) = 20+53+203=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 203 (79.69% from 255 or 73.55% from 276); Max value from RGB is 203 - color contains mainly: blue. Hex color #1435CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1435CB is #EBCA34. Grayscale: #3B3B3B. Windows color (decimal): -15452725 or 13317396. OLE color: 13317396.

HSL color Cylindrical-coordinate representation of color #1435CB: hue angle of 229.18º 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 #1435CB is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2053203-
CMYK0.900.7400.20
HSL229.18º82.06%43.73%-
HSV(B)229.18º90.15%79.61%-
XYZ12.347.0157.2-
YUV60.23208.5799.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.25%
GREEN value IS 53 (21.09% from 255) = 19.20%
BLUE value IS 203 (79.69% from 255) = 73.55%
R=7.25%
G=19.20%
B=73.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20532030.900.7400.20229.1882.0643.73
Hex1435CB5A4A014e5522c
Octal246531313211202434512254
Binary101001101011100101110110101001010010100111001011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1435CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1435CB; }

 p { color: rgb(20,53,203); }

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

<style>
 a { background-color: #1435CB; }

 a { background-color: rgb(20,53,203); }

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

<style>
 span { border-color: #1435CB; }

 span { border-color: rgb(20,53,203); }

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