#0042d1

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

Shades of Persian Blue #0042D1

Tints of Persian Blue #0042D1

Color information

#0042D1 (or 0x0042D1) is unknown color: approx Persian Blue. HEX triplet: 00, 42 and D1. RGB value is (0,66,209). Sum of RGB (Red+Green+Blue) = 0+66+209=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 209 (82.03% from 255 or 76% from 275); Max value from RGB is 209 - color contains mainly: blue. Hex color #0042D1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0042D1 is #FFBD2E. Grayscale: #3D3D3D. Windows color (decimal): -16760111 or 13713920. OLE color: 13713920.

HSL color Cylindrical-coordinate representation of color #0042D1: hue angle of 221.05º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0042D1 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB066209-
CMYK10.6800.18
HSL221.05º100%40.98%-
HSV(B)221.05º100%81.96%-
XYZ13.468.561.25-
YUV62.57210.6383.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 209 (82.03% from 255) = 76%
R=0%
G=24%
B=76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal06620910.6800.18221.0510040.98
Hex042D16444012dd6429
Octal010232114410402233514451
Binary010000101101000111001001000100010010110111011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0042d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0042d1; }

 p { color: rgb(0,66,209); }

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

<style>
 a { background-color: #0042d1; }

 a { background-color: rgb(0,66,209); }

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

<style>
 span { border-color: #0042d1; }

 span { border-color: rgb(0,66,209); }

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