#073BEB

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

Shades of Persian Blue #073BEB

Tints of Persian Blue #073BEB

Color information

#073BEB (or 0x073BEB) is unknown color: approx Persian Blue. HEX triplet: 07, 3B and EB. RGB value is (7,59,235). Sum of RGB (Red+Green+Blue) = 7+59+235=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #073BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073BEB is #F8C414. Grayscale: #3E3E3E. Windows color (decimal): -16303125 or 15416071. OLE color: 15416071.

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

Color convert

RGB759235-
CMYK0.970.7500.08
HSL226.32º94.21%47.45%-
HSV(B)226.32º97.02%92.16%-
XYZ16.659.1779.49-
YUV63.52224.7787.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.33%
GREEN value IS 59 (23.44% from 255) = 19.60%
BLUE value IS 235 (92.19% from 255) = 78.07%
R=2.33%
G=19.60%
B=78.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal7592350.970.7500.08226.3294.2147.45
Hex73BEB614B08e25e2f
Octal77335314111301034213657
Binary111111011111010111100001100101101000111000101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,59,235); }

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

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

 a { background-color: rgb(7,59,235); }

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

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

 span { border-color: rgb(7,59,235); }

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