#073ACA

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

Shades of Persian Blue #073ACA

Tints of Persian Blue #073ACA

Color information

#073ACA (or 0x073ACA) is unknown color: approx Persian Blue. HEX triplet: 07, 3A and CA. RGB value is (7,58,202). Sum of RGB (Red+Green+Blue) = 7+58+202=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 202 (79.30% from 255 or 75.66% from 267); Max value from RGB is 202 - color contains mainly: blue. Hex color #073ACA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073ACA is #F8C535. Grayscale: #3A3A3A. Windows color (decimal): -16303414 or 13253127. OLE color: 13253127.

HSL color Cylindrical-coordinate representation of color #073ACA: hue angle of 224.31º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073ACA is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB758202-
CMYK0.970.7100.21
HSL224.31º93.3%40.98%-
HSV(B)224.31º96.53%79.22%-
XYZ12.267.3456.65-
YUV59.17208.690.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.62%
GREEN value IS 58 (23.05% from 255) = 21.72%
BLUE value IS 202 (79.30% from 255) = 75.66%
R=2.62%
G=21.72%
B=75.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal7582020.970.7100.21224.3193.340.98
Hex73ACA6147015e05d29
Octal77231214110702534013551
Binary1111110101100101011000011000111010101111000001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073ACA; }

 p { color: rgb(7,58,202); }

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

<style>
 a { background-color: #073ACA; }

 a { background-color: rgb(7,58,202); }

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

<style>
 span { border-color: #073ACA; }

 span { border-color: rgb(7,58,202); }

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