#0544D0

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

Shades of Persian Blue #0544D0

Tints of Persian Blue #0544D0

Color information

#0544D0 (or 0x0544D0) is unknown color: approx Persian Blue. HEX triplet: 05, 44 and D0. RGB value is (5,68,208). Sum of RGB (Red+Green+Blue) = 5+68+208=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 68 (26.95% from 255 or 24.20% 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 #0544D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0544D0 is #FABB2F. Grayscale: #404040. Windows color (decimal): -16431920 or 13648901. OLE color: 13648901.

HSL color Cylindrical-coordinate representation of color #0544D0: hue angle of 221.38º degrees, saturation: 0.95, 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 #0544D0 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB568208-
CMYK0.980.6700.18
HSL221.38º95.31%41.76%-
HSV(B)221.38º97.6%81.57%-
XYZ13.518.7260.65-
YUV65.12208.6385.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.78%
GREEN value IS 68 (26.95% from 255) = 24.20%
BLUE value IS 208 (81.64% from 255) = 74.02%
R=1.78%
G=24.20%
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
Decimal5682080.980.6700.18221.3895.3141.76
Hex544D06243012dd5f2a
Octal510432014210302233513752
Binary10110001001101000011000101000011010010110111011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0544D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,68,208); }

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

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

 a { background-color: rgb(5,68,208); }

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

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

 span { border-color: rgb(5,68,208); }

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