#1436EF

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

Shades of Persian Blue #1436EF

Tints of Persian Blue #1436EF

Color information

#1436EF (or 0x1436EF) is unknown color: approx Persian Blue. HEX triplet: 14, 36 and EF. RGB value is (20,54,239). Sum of RGB (Red+Green+Blue) = 20+54+239=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 239 (93.75% from 255 or 76.36% from 313); Max value from RGB is 239 - color contains mainly: blue. Hex color #1436EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1436EF is #EBC910. Grayscale: #404040. Windows color (decimal): -15452433 or 15676948. OLE color: 15676948.

HSL color Cylindrical-coordinate representation of color #1436EF: hue angle of 230.68º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1436EF is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2054239-
CMYK0.920.7700.06
HSL230.68º87.25%50.78%-
HSV(B)230.68º91.63%93.73%-
XYZ17.199.0282.5-
YUV64.92226.2495.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.39%
GREEN value IS 54 (21.48% from 255) = 17.25%
BLUE value IS 239 (93.75% from 255) = 76.36%
R=6.39%
G=17.25%
B=76.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal20542390.920.7700.06230.6887.2550.78
Hex1436EF5C4D06e75733
Octal24663571341150634712763
Binary1010011011011101111101110010011010110111001111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1436EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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