#0723CF

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

Shades of Persian Blue #0723CF

Tints of Persian Blue #0723CF

Color information

#0723CF (or 0x0723CF) is unknown color: approx Persian Blue. HEX triplet: 07, 23 and CF. RGB value is (7,35,207). Sum of RGB (Red+Green+Blue) = 7+35+207=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 207 (81.25% from 255 or 83.13% from 249); Max value from RGB is 207 - color contains mainly: blue. Hex color #0723CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0723CF is #F8DC30. Grayscale: #2D2D2D. Windows color (decimal): -16309297 or 13574919. OLE color: 13574919.

HSL color Cylindrical-coordinate representation of color #0723CF: hue angle of 231.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0723CF is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB735207-
CMYK0.970.8300.19
HSL231.6º93.46%41.96%-
HSV(B)231.6º96.62%81.18%-
XYZ11.955.7559.51-
YUV46.24218.72100.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.81%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 207 (81.25% from 255) = 83.13%
R=2.81%
G=14.06%
B=83.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal7352070.970.8300.19231.693.4641.96
Hex723CF6153013e85d2a
Octal74331714112302335013552
Binary1111000111100111111000011010011010011111010001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0723CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0723CF; }

 p { color: rgb(7,35,207); }

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

<style>
 a { background-color: #0723CF; }

 a { background-color: rgb(7,35,207); }

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

<style>
 span { border-color: #0723CF; }

 span { border-color: rgb(7,35,207); }

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