#0729BF

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

Shades of Persian Blue #0729BF

Tints of Persian Blue #0729BF

Color information

#0729BF (or 0x0729BF) is unknown color: approx Persian Blue. HEX triplet: 07, 29 and BF. RGB value is (7,41,191). Sum of RGB (Red+Green+Blue) = 7+41+191=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 191 (75% from 255 or 79.92% from 239); Max value from RGB is 191 - color contains mainly: blue. Hex color #0729BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0729BF is #F8D640. Grayscale: #2F2F2F. Windows color (decimal): -16307777 or 12527879. OLE color: 12527879.

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

Color convert

RGB741191-
CMYK0.960.7900.25
HSL228.91º92.93%38.82%-
HSV(B)228.91º96.34%74.9%-
XYZ10.285.3949.79-
YUV47.93208.7498.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.93%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 191 (75% from 255) = 79.92%
R=2.93%
G=17.15%
B=79.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7411910.960.7900.25228.9192.9338.82
Hex729BF604F019e55d27
Octal75127714011703134513547
Binary1111010011011111111000001001111011001111001011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0729BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0729BF; }

 p { color: rgb(7,41,191); }

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

<style>
 a { background-color: #0729BF; }

 a { background-color: rgb(7,41,191); }

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

<style>
 span { border-color: #0729BF; }

 span { border-color: rgb(7,41,191); }

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