#7099CA

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

Shades of Picton Blue #7099CA

Tints of Picton Blue #7099CA

Color information

#7099CA (or 0x7099CA) is unknown color: approx Picton Blue. HEX triplet: 70, 99 and CA. RGB value is (112,153,202). Sum of RGB (Red+Green+Blue) = 112+153+202=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #7099CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7099CA is #8F6635. Grayscale: #929292. Windows color (decimal): -9397814 or 13277552. OLE color: 13277552.

HSL color Cylindrical-coordinate representation of color #7099CA: hue angle of 212.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7099CA is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112153202-
CMYK0.450.2400.21
HSL212.67º45.92%61.57%-
HSV(B)212.67º44.55%79.22%-
XYZ28.7330.4960.25-
YUV146.33159.42103.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.98%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=23.98%
G=32.76%
B=43.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121532020.450.2400.21212.6745.9261.57
Hex7099CA2D18015d52e3e
Octal16023131255300253255676
Binary111000010011001110010101011011100001010111010101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7099CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7099CA; }

 p { color: rgb(112,153,202); }

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

<style>
 a { background-color: #7099CA; }

 a { background-color: rgb(112,153,202); }

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

<style>
 span { border-color: #7099CA; }

 span { border-color: rgb(112,153,202); }

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