#1337C8

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

Shades of Persian Blue #1337C8

Tints of Persian Blue #1337C8

Color information

#1337C8 (or 0x1337C8) is unknown color: approx Persian Blue. HEX triplet: 13, 37 and C8. RGB value is (19,55,200). Sum of RGB (Red+Green+Blue) = 19+55+200=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 200 (78.52% from 255 or 72.99% from 274); Max value from RGB is 200 - color contains mainly: blue. Hex color #1337C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1337C8 is #ECC837. Grayscale: #3C3C3C. Windows color (decimal): -15517752 or 13121299. OLE color: 13121299.

HSL color Cylindrical-coordinate representation of color #1337C8: hue angle of 228.07º 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 #1337C8 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1955200-
CMYK0.900.7200.22
HSL228.07º82.65%42.94%-
HSV(B)228.07º90.5%78.43%-
XYZ12.067.0455.37-
YUV60.77206.5798.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.93%
GREEN value IS 55 (21.88% from 255) = 20.07%
BLUE value IS 200 (78.52% from 255) = 72.99%
R=6.93%
G=20.07%
B=72.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19552000.900.7200.22228.0782.6542.94
Hex1337C85A48016e4532b
Octal236731013211002634412353
Binary100111101111100100010110101001000010110111001001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1337C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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