#0442D7

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

Shades of Persian Blue #0442D7

Tints of Persian Blue #0442D7

Color information

#0442D7 (or 0x0442D7) is unknown color: approx Persian Blue. HEX triplet: 04, 42 and D7. RGB value is (4,66,215). Sum of RGB (Red+Green+Blue) = 4+66+215=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 215 (84.38% from 255 or 75.44% from 285); Max value from RGB is 215 - color contains mainly: blue. Hex color #0442D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0442D7 is #FBBD28. Grayscale: #3F3F3F. Windows color (decimal): -16497961 or 14107140. OLE color: 14107140.

HSL color Cylindrical-coordinate representation of color #0442D7: hue angle of 222.37º 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 #0442D7 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB466215-
CMYK0.980.6900.16
HSL222.37º96.35%42.94%-
HSV(B)222.37º98.14%84.31%-
XYZ14.268.8365.24-
YUV64.45212.9684.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.40%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 215 (84.38% from 255) = 75.44%
R=1.40%
G=23.16%
B=75.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal4662150.980.6900.16222.3796.3542.94
Hex442D76245010de602b
Octal410232714210502033614053
Binary10010000101101011111000101000101010000110111101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0442D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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