#0725C0

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

Shades of Persian Blue #0725C0

Tints of Persian Blue #0725C0

Color information

#0725C0 (or 0x0725C0) is unknown color: approx Persian Blue. HEX triplet: 07, 25 and C0. RGB value is (7,37,192). Sum of RGB (Red+Green+Blue) = 7+37+192=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 192 (75.39% from 255 or 81.36% from 236); Max value from RGB is 192 - color contains mainly: blue. Hex color #0725C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0725C0 is #F8DA3F. Grayscale: #2D2D2D. Windows color (decimal): -16308800 or 12592391. OLE color: 12592391.

HSL color Cylindrical-coordinate representation of color #0725C0: hue angle of 230.27º 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 #0725C0 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB737192-
CMYK0.960.8100.25
HSL230.27º92.96%39.02%-
HSV(B)230.27º96.35%75.29%-
XYZ10.265.1750.33-
YUV45.7210.56100.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.97%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 192 (75.39% from 255) = 81.36%
R=2.97%
G=15.68%
B=81.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7371920.960.8100.25230.2792.9639.02
Hex725C06051019e65d27
Octal74530014012103134613547
Binary1111001011100000011000001010001011001111001101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0725C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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