#0441D7

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

Shades of Persian Blue #0441D7

Tints of Persian Blue #0441D7

Color information

#0441D7 (or 0x0441D7) is unknown color: approx Persian Blue. HEX triplet: 04, 41 and D7. RGB value is (4,65,215). Sum of RGB (Red+Green+Blue) = 4+65+215=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 215 (84.38% from 255 or 75.70% from 284); Max value from RGB is 215 - color contains mainly: blue. Hex color #0441D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0441D7 is #FBBE28. Grayscale: #3F3F3F. Windows color (decimal): -16498217 or 14106884. OLE color: 14106884.

HSL color Cylindrical-coordinate representation of color #0441D7: hue angle of 222.65º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0441D7 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB465215-
CMYK0.980.7000.16
HSL222.65º96.35%42.94%-
HSV(B)222.65º98.14%84.31%-
XYZ14.218.7165.22-
YUV63.86213.2985.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.41%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 215 (84.38% from 255) = 75.70%
R=1.41%
G=22.89%
B=75.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal4652150.980.7000.16222.6596.3542.94
Hex441D76246010df602b
Octal410132714210602033714053
Binary10010000011101011111000101000110010000110111111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0441D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0441D7; }

 p { color: rgb(4,65,215); }

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

<style>
 a { background-color: #0441D7; }

 a { background-color: rgb(4,65,215); }

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

<style>
 span { border-color: #0441D7; }

 span { border-color: rgb(4,65,215); }

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