#012DE2

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

Shades of Persian Blue #012DE2

Tints of Persian Blue #012DE2

Color information

#012DE2 (or 0x012DE2) is unknown color: approx Persian Blue. HEX triplet: 01, 2D and E2. RGB value is (1,45,226). Sum of RGB (Red+Green+Blue) = 1+45+226=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 226 (88.67% from 255 or 83.09% from 272); Max value from RGB is 226 - color contains mainly: blue. Hex color #012DE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DE2 is #FED21D. Grayscale: #333333. Windows color (decimal): -16699934 or 14822657. OLE color: 14822657.

HSL color Cylindrical-coordinate representation of color #012DE2: hue angle of 228.27º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012DE2 is Cyan = 1.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB145226-
CMYK1.000.8000.11
HSL228.27º99.12%44.51%-
HSV(B)228.27º99.56%88.63%-
XYZ14.687.3772.6-
YUV52.48225.9291.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 45 (17.97% from 255) = 16.54%
BLUE value IS 226 (88.67% from 255) = 83.09%
R=0.37%
G=16.54%
B=83.09%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1452261.000.8000.11228.2799.1244.51
Hex12DE264500Be4632d
Octal15534214412001334414355
Binary1101101111000101100100101000001011111001001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012DE2; }

 p { color: rgb(1,45,226); }

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

<style>
 a { background-color: #012DE2; }

 a { background-color: rgb(1,45,226); }

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

<style>
 span { border-color: #012DE2; }

 span { border-color: rgb(1,45,226); }

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