#1333D8

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

Shades of Persian Blue #1333D8

Tints of Persian Blue #1333D8

Color information

#1333D8 (or 0x1333D8) is unknown color: approx Persian Blue. HEX triplet: 13, 33 and D8. RGB value is (19,51,216). Sum of RGB (Red+Green+Blue) = 19+51+216=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 216 (84.77% from 255 or 75.52% from 286); Max value from RGB is 216 - color contains mainly: blue. Hex color #1333D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1333D8 is #ECCC27. Grayscale: #3B3B3B. Windows color (decimal): -15518760 or 14168851. OLE color: 14168851.

HSL color Cylindrical-coordinate representation of color #1333D8: hue angle of 230.25º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1333D8 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1951216-
CMYK0.910.7600.15
HSL230.25º83.83%46.08%-
HSV(B)230.25º91.2%84.71%-
XYZ13.857.4665.68-
YUV60.24215.998.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.64%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 216 (84.77% from 255) = 75.52%
R=6.64%
G=17.83%
B=75.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal19512160.910.7600.15230.2583.8346.08
Hex1333D85B4C0Fe6542e
Octal236333013311401734612456
Binary10011110011110110001011011100110001111111001101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1333D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1333D8; }

 p { color: rgb(19,51,216); }

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

<style>
 a { background-color: #1333D8; }

 a { background-color: rgb(19,51,216); }

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

<style>
 span { border-color: #1333D8; }

 span { border-color: rgb(19,51,216); }

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