#0744CD

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

Shades of Persian Blue #0744CD

Tints of Persian Blue #0744CD

Color information

#0744CD (or 0x0744CD) is unknown color: approx Persian Blue. HEX triplet: 07, 44 and CD. RGB value is (7,68,205). Sum of RGB (Red+Green+Blue) = 7+68+205=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 205 (80.47% from 255 or 73.21% from 280); Max value from RGB is 205 - color contains mainly: blue. Hex color #0744CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0744CD is #F8BB32. Grayscale: #404040. Windows color (decimal): -16300851 or 13452295. OLE color: 13452295.

HSL color Cylindrical-coordinate representation of color #0744CD: hue angle of 221.52º 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 #0744CD is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB768205-
CMYK0.970.6700.20
HSL221.52º93.4%41.57%-
HSV(B)221.52º96.59%80.39%-
XYZ13.178.5958.72-
YUV65.38206.7986.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.5%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 205 (80.47% from 255) = 73.21%
R=2.5%
G=24.29%
B=73.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal7682050.970.6700.20221.5293.441.57
Hex744CD6143014de5d2a
Octal710431514110302433613552
Binary11110001001100110111000011000011010100110111101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0744CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0744CD; }

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

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

<style>
 a { background-color: #0744CD; }

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

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

<style>
 span { border-color: #0744CD; }

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

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