#1433B6

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

Shades of Persian Blue #1433B6

Tints of Persian Blue #1433B6

Color information

#1433B6 (or 0x1433B6) is unknown color: approx Persian Blue. HEX triplet: 14, 33 and B6. RGB value is (20,51,182). Sum of RGB (Red+Green+Blue) = 20+51+182=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 182 (71.48% from 255 or 71.94% from 253); Max value from RGB is 182 - color contains mainly: blue. Hex color #1433B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1433B6 is #EBCC49. Grayscale: #383838. Windows color (decimal): -15453258 or 11940628. OLE color: 11940628.

HSL color Cylindrical-coordinate representation of color #1433B6: hue angle of 228.52º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1433B6 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2051182-
CMYK0.890.7200.29
HSL228.52º80.2%39.61%-
HSV(B)228.52º89.01%71.37%-
XYZ9.925.8944.87-
YUV56.66198.73101.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.91%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 182 (71.48% from 255) = 71.94%
R=7.91%
G=20.16%
B=71.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal20511820.890.7200.29228.5280.239.61
Hex1433B6594801De55028
Octal246326613111003534512050
Binary101001100111011011010110011001000011101111001011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1433B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1433B6; }

 p { color: rgb(20,51,182); }

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

<style>
 a { background-color: #1433B6; }

 a { background-color: rgb(20,51,182); }

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

<style>
 span { border-color: #1433B6; }

 span { border-color: rgb(20,51,182); }

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