#073CEC

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

Shades of Persian Blue #073CEC

Tints of Persian Blue #073CEC

Color information

#073CEC (or 0x073CEC) is unknown color: approx Persian Blue. HEX triplet: 07, 3C and EC. RGB value is (7,60,236). Sum of RGB (Red+Green+Blue) = 7+60+236=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 236 (92.58% from 255 or 77.89% from 303); Max value from RGB is 236 - color contains mainly: blue. Hex color #073CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073CEC is #F8C313. Grayscale: #3F3F3F. Windows color (decimal): -16302868 or 15481863. OLE color: 15481863.

HSL color Cylindrical-coordinate representation of color #073CEC: hue angle of 226.11º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073CEC is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB760236-
CMYK0.970.7500.07
HSL226.11º94.24%47.65%-
HSV(B)226.11º97.03%92.55%-
XYZ16.849.3380.27-
YUV64.22224.9487.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.31%
GREEN value IS 60 (23.83% from 255) = 19.80%
BLUE value IS 236 (92.58% from 255) = 77.89%
R=2.31%
G=19.80%
B=77.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal7602360.970.7500.07226.1194.2447.65
Hex73CEC614B07e25e30
Octal7743541411130734213660
Binary11111110011101100110000110010110111111000101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,60,236); }

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

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

 a { background-color: rgb(7,60,236); }

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

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

 span { border-color: rgb(7,60,236); }

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