#0445D0

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

Shades of Persian Blue #0445D0

Tints of Persian Blue #0445D0

Color information

#0445D0 (or 0x0445D0) is unknown color: approx Persian Blue. HEX triplet: 04, 45 and D0. RGB value is (4,69,208). Sum of RGB (Red+Green+Blue) = 4+69+208=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 208 (81.64% from 255 or 74.02% from 281); Max value from RGB is 208 - color contains mainly: blue. Hex color #0445D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0445D0 is #FBBA2F. Grayscale: #404040. Windows color (decimal): -16497200 or 13649156. OLE color: 13649156.

HSL color Cylindrical-coordinate representation of color #0445D0: hue angle of 220.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0445D0 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB469208-
CMYK0.980.6700.18
HSL220.88º96.23%41.57%-
HSV(B)220.88º98.08%81.57%-
XYZ13.568.8460.67-
YUV65.41208.4784.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.42%
GREEN value IS 69 (27.34% from 255) = 24.56%
BLUE value IS 208 (81.64% from 255) = 74.02%
R=1.42%
G=24.56%
B=74.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal4692080.980.6700.18220.8896.2341.57
Hex445D06243012dd602a
Octal410532014210302233514052
Binary10010001011101000011000101000011010010110111011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0445D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0445D0; }

 p { color: rgb(4,69,208); }

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

<style>
 a { background-color: #0445D0; }

 a { background-color: rgb(4,69,208); }

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

<style>
 span { border-color: #0445D0; }

 span { border-color: rgb(4,69,208); }

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