#1341CB

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

Shades of Persian Blue #1341CB

Tints of Persian Blue #1341CB

Color information

#1341CB (or 0x1341CB) is unknown color: approx Persian Blue. HEX triplet: 13, 41 and CB. RGB value is (19,65,203). Sum of RGB (Red+Green+Blue) = 19+65+203=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 203 (79.69% from 255 or 70.73% from 287); Max value from RGB is 203 - color contains mainly: blue. Hex color #1341CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1341CB is #ECBE34. Grayscale: #424242. Windows color (decimal): -15515189 or 13320467. OLE color: 13320467.

HSL color Cylindrical-coordinate representation of color #1341CB: hue angle of 225º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1341CB is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1965203-
CMYK0.910.6800.20
HSL225º82.88%43.53%-
HSV(B)225º90.64%79.61%-
XYZ12.948.2357.41-
YUV66.98204.7693.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.62%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 203 (79.69% from 255) = 70.73%
R=6.62%
G=22.65%
B=70.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19652030.910.6800.2022582.8843.53
Hex1341CB5B44014e1532c
Octal2310131313310402434112354
Binary1001110000011100101110110111000100010100111000011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1341CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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