#1334C9

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

Shades of Persian Blue #1334C9

Tints of Persian Blue #1334C9

Color information

#1334C9 (or 0x1334C9) is unknown color: approx Persian Blue. HEX triplet: 13, 34 and C9. RGB value is (19,52,201). Sum of RGB (Red+Green+Blue) = 19+52+201=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 201 (78.91% from 255 or 73.90% from 272); Max value from RGB is 201 - color contains mainly: blue. Hex color #1334C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1334C9 is #ECCB36. Grayscale: #3A3A3A. Windows color (decimal): -15518519 or 13186067. OLE color: 13186067.

HSL color Cylindrical-coordinate representation of color #1334C9: hue angle of 229.12º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1334C9 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1952201-
CMYK0.910.7400.21
HSL229.12º82.73%43.14%-
HSV(B)229.12º90.55%78.82%-
XYZ12.046.8155.94-
YUV59.12208.0799.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.99%
GREEN value IS 52 (20.70% from 255) = 19.12%
BLUE value IS 201 (78.91% from 255) = 73.90%
R=6.99%
G=19.12%
B=73.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19522010.910.7400.21229.1282.7343.14
Hex1334C95B4A015e5532b
Octal236431113311202534512353
Binary100111101001100100110110111001010010101111001011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1334C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1334C9; }

 p { color: rgb(19,52,201); }

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

<style>
 a { background-color: #1334C9; }

 a { background-color: rgb(19,52,201); }

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

<style>
 span { border-color: #1334C9; }

 span { border-color: rgb(19,52,201); }

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