#0726C0

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

Shades of Persian Blue #0726C0

Tints of Persian Blue #0726C0

Color information

#0726C0 (or 0x0726C0) is unknown color: approx Persian Blue. HEX triplet: 07, 26 and C0. RGB value is (7,38,192). Sum of RGB (Red+Green+Blue) = 7+38+192=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 192 (75.39% from 255 or 81.01% from 237); Max value from RGB is 192 - color contains mainly: blue. Hex color #0726C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0726C0 is #F8D93F. Grayscale: #2D2D2D. Windows color (decimal): -16308544 or 12592647. OLE color: 12592647.

HSL color Cylindrical-coordinate representation of color #0726C0: hue angle of 229.95º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0726C0 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB738192-
CMYK0.960.8000.25
HSL229.95º92.96%39.02%-
HSV(B)229.95º96.35%75.29%-
XYZ10.35.2450.34-
YUV46.29210.2399.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.95%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 192 (75.39% from 255) = 81.01%
R=2.95%
G=16.03%
B=81.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7381920.960.8000.25229.9592.9639.02
Hex726C06050019e65d27
Octal74630014012003134613547
Binary1111001101100000011000001010000011001111001101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0726C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0726C0; }

 p { color: rgb(7,38,192); }

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

<style>
 a { background-color: #0726C0; }

 a { background-color: rgb(7,38,192); }

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

<style>
 span { border-color: #0726C0; }

 span { border-color: rgb(7,38,192); }

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