#134AC8

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

Shades of Persian Blue #134AC8

Tints of Persian Blue #134AC8

Color information

#134AC8 (or 0x134AC8) is unknown color: approx Persian Blue. HEX triplet: 13, 4A and C8. RGB value is (19,74,200). Sum of RGB (Red+Green+Blue) = 19+74+200=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 200 (78.52% from 255 or 68.26% from 293); Max value from RGB is 200 - color contains mainly: blue. Hex color #134AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134AC8 is #ECB537. Grayscale: #474747. Windows color (decimal): -15512888 or 13126163. OLE color: 13126163.

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

Color convert

RGB1974200-
CMYK0.900.6300.22
HSL221.77º82.65%42.94%-
HSV(B)221.77º90.5%78.43%-
XYZ13.149.2155.73-
YUV71.92200.2890.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.48%
GREEN value IS 74 (29.30% from 255) = 25.26%
BLUE value IS 200 (78.52% from 255) = 68.26%
R=6.48%
G=25.26%
B=68.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19742000.900.6300.22221.7782.6542.94
Hex134AC85A3F016de532b
Octal231123101327702633612353
Binary100111001010110010001011010111111010110110111101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134AC8; }

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

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

<style>
 a { background-color: #134AC8; }

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

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

<style>
 span { border-color: #134AC8; }

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

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