#1341C8

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

Shades of Persian Blue #1341C8

Tints of Persian Blue #1341C8

Color information

#1341C8 (or 0x1341C8) is unknown color: approx Persian Blue. HEX triplet: 13, 41 and C8. RGB value is (19,65,200). Sum of RGB (Red+Green+Blue) = 19+65+200=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 200 (78.52% from 255 or 70.42% from 284); Max value from RGB is 200 - color contains mainly: blue. Hex color #1341C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1341C8 is #ECBE37. Grayscale: #424242. Windows color (decimal): -15515192 or 13123859. OLE color: 13123859.

HSL color Cylindrical-coordinate representation of color #1341C8: hue angle of 224.75º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1341C8 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1965200-
CMYK0.900.6800.22
HSL224.75º82.65%42.94%-
HSV(B)224.75º90.5%78.43%-
XYZ12.588.0955.54-
YUV66.64203.2694.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.69%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 200 (78.52% from 255) = 70.42%
R=6.69%
G=22.89%
B=70.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19652000.900.6800.22224.7582.6542.94
Hex1341C85A44016e1532b
Octal2310131013210402634112353
Binary1001110000011100100010110101000100010110111000011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1341C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1341C8; }

 p { color: rgb(19,65,200); }

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

<style>
 a { background-color: #1341C8; }

 a { background-color: rgb(19,65,200); }

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

<style>
 span { border-color: #1341C8; }

 span { border-color: rgb(19,65,200); }

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