#1436CB

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

Shades of Persian Blue #1436CB

Tints of Persian Blue #1436CB

Color information

#1436CB (or 0x1436CB) is unknown color: approx Persian Blue. HEX triplet: 14, 36 and CB. RGB value is (20,54,203). Sum of RGB (Red+Green+Blue) = 20+54+203=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 203 (79.69% from 255 or 73.29% from 277); Max value from RGB is 203 - color contains mainly: blue. Hex color #1436CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1436CB is #EBC934. Grayscale: #3C3C3C. Windows color (decimal): -15452469 or 13317652. OLE color: 13317652.

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

Color convert

RGB2054203-
CMYK0.900.7300.20
HSL228.85º82.06%43.73%-
HSV(B)228.85º90.15%79.61%-
XYZ12.397.157.22-
YUV60.82208.2498.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.22%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 203 (79.69% from 255) = 73.29%
R=7.22%
G=19.49%
B=73.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20542030.900.7300.20228.8582.0643.73
Hex1436CB5A49014e5522c
Octal246631313211102434512254
Binary101001101101100101110110101001001010100111001011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1436CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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