#072DCD

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

Shades of Persian Blue #072DCD

Tints of Persian Blue #072DCD

Color information

#072DCD (or 0x072DCD) is unknown color: approx Persian Blue. HEX triplet: 07, 2D and CD. RGB value is (7,45,205). Sum of RGB (Red+Green+Blue) = 7+45+205=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 205 (80.47% from 255 or 79.77% from 257); Max value from RGB is 205 - color contains mainly: blue. Hex color #072DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DCD is #F8D232. Grayscale: #333333. Windows color (decimal): -16306739 or 13446407. OLE color: 13446407.

HSL color Cylindrical-coordinate representation of color #072DCD: hue angle of 228.48º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072DCD is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB745205-
CMYK0.970.7800.20
HSL228.48º93.4%41.57%-
HSV(B)228.48º96.59%80.39%-
XYZ12.056.3358.34-
YUV51.88214.4195.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.72%
GREEN value IS 45 (17.97% from 255) = 17.51%
BLUE value IS 205 (80.47% from 255) = 79.77%
R=2.72%
G=17.51%
B=79.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal7452050.970.7800.20228.4893.441.57
Hex72DCD614E014e45d2a
Octal75531514111602434413552
Binary1111011011100110111000011001110010100111001001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072DCD; }

 p { color: rgb(7,45,205); }

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

<style>
 a { background-color: #072DCD; }

 a { background-color: rgb(7,45,205); }

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

<style>
 span { border-color: #072DCD; }

 span { border-color: rgb(7,45,205); }

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