#1333C8

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

Shades of Persian Blue #1333C8

Tints of Persian Blue #1333C8

Color information

#1333C8 (or 0x1333C8) is unknown color: approx Persian Blue. HEX triplet: 13, 33 and C8. RGB value is (19,51,200). Sum of RGB (Red+Green+Blue) = 19+51+200=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 200 (78.52% from 255 or 74.07% from 270); Max value from RGB is 200 - color contains mainly: blue. Hex color #1333C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1333C8 is #ECCC37. Grayscale: #393939. Windows color (decimal): -15518776 or 13120275. OLE color: 13120275.

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

Color convert

RGB1951200-
CMYK0.900.7400.22
HSL229.39º82.65%42.94%-
HSV(B)229.39º90.5%78.43%-
XYZ11.886.6855.31-
YUV58.42207.999.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.04%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 200 (78.52% from 255) = 74.07%
R=7.04%
G=18.89%
B=74.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19512000.900.7400.22229.3982.6542.94
Hex1333C85A4A016e5532b
Octal236331013211202634512353
Binary100111100111100100010110101001010010110111001011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1333C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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