#0731E8

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

Shades of Persian Blue #0731E8

Tints of Persian Blue #0731E8

Color information

#0731E8 (or 0x0731E8) is unknown color: approx Persian Blue. HEX triplet: 07, 31 and E8. RGB value is (7,49,232). Sum of RGB (Red+Green+Blue) = 7+49+232=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 232 (91.02% from 255 or 80.56% from 288); Max value from RGB is 232 - color contains mainly: blue. Hex color #0731E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0731E8 is #F8CE17. Grayscale: #383838. Windows color (decimal): -16305688 or 15216903. OLE color: 15216903.

HSL color Cylindrical-coordinate representation of color #0731E8: hue angle of 228.8º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0731E8 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB749232-
CMYK0.970.7900.09
HSL228.8º94.14%46.86%-
HSV(B)228.8º96.98%90.98%-
XYZ15.758.0777.07-
YUV57.3226.5992.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.43%
GREEN value IS 49 (19.53% from 255) = 17.01%
BLUE value IS 232 (91.02% from 255) = 80.56%
R=2.43%
G=17.01%
B=80.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal7492320.970.7900.09228.894.1446.86
Hex731E8614F09e55e2f
Octal76135014111701134513657
Binary111110001111010001100001100111101001111001011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0731E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0731E8; }

 p { color: rgb(7,49,232); }

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

<style>
 a { background-color: #0731E8; }

 a { background-color: rgb(7,49,232); }

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

<style>
 span { border-color: #0731E8; }

 span { border-color: rgb(7,49,232); }

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