#0722C1

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

Shades of Persian Blue #0722C1

Tints of Persian Blue #0722C1

Color information

#0722C1 (or 0x0722C1) is unknown color: approx Persian Blue. HEX triplet: 07, 22 and C1. RGB value is (7,34,193). Sum of RGB (Red+Green+Blue) = 7+34+193=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 193 (75.78% from 255 or 82.48% from 234); Max value from RGB is 193 - color contains mainly: blue. Hex color #0722C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0722C1 is #F8DD3E. Grayscale: #2B2B2B. Windows color (decimal): -16309567 or 12657159. OLE color: 12657159.

HSL color Cylindrical-coordinate representation of color #0722C1: hue angle of 231.29º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0722C1 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB734193-
CMYK0.960.8200.24
HSL231.29º93%39.22%-
HSV(B)231.29º96.37%75.69%-
XYZ10.295.0450.88-
YUV44.05212.05101.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.99%
GREEN value IS 34 (13.67% from 255) = 14.53%
BLUE value IS 193 (75.78% from 255) = 82.48%
R=2.99%
G=14.53%
B=82.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7341930.960.8200.24231.299339.22
Hex722C16052018e75d27
Octal74230114012203034713547
Binary1111000101100000111000001010010011000111001111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0722C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0722C1; }

 p { color: rgb(7,34,193); }

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

<style>
 a { background-color: #0722C1; }

 a { background-color: rgb(7,34,193); }

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

<style>
 span { border-color: #0722C1; }

 span { border-color: rgb(7,34,193); }

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