#719ACC

Color #719ACC Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #719ACC

Tints of Picton Blue #719ACC

Color information

#719ACC (or 0x719ACC) is unknown color: approx Picton Blue. HEX triplet: 71, 9A and CC. RGB value is (113,154,204). Sum of RGB (Red+Green+Blue) = 113+154+204=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #719ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ACC is #8E6533. Grayscale: #939393. Windows color (decimal): -9332020 or 13408881. OLE color: 13408881.

HSL color Cylindrical-coordinate representation of color #719ACC: hue angle of 212.97º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #719ACC is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB113154204-
CMYK0.450.2500.2
HSL212.97º47.15%62.16%-
HSV(B)212.97º44.61%80%-
XYZ29.2630.9861.56-
YUV147.44159.92103.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.99%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 204 (80.08% from 255) = 43.31%
R=23.99%
G=32.70%
B=43.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1131542040.450.2500.2212.9747.1562.16
Hex719ACC2D19014d52f3e
Octal16123231455310243255776
Binary111000110011010110011001011011100101010011010101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719ACC; }

 p { color: rgb(113,154,204); }

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

<style>
 a { background-color: #719ACC; }

 a { background-color: rgb(113,154,204); }

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

<style>
 span { border-color: #719ACC; }

 span { border-color: rgb(113,154,204); }

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