#022D5A

Color #022D5A Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #022D5A

Tints of Prussian Blue #022D5A

Color information

#022D5A (or 0x022D5A) is unknown color: approx Prussian Blue. HEX triplet: 02, 2D and 5A. RGB value is (2,45,90). Sum of RGB (Red+Green+Blue) = 2+45+90=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 90 (35.55% from 255 or 65.69% from 137); Max value from RGB is 90 - color contains mainly: blue. Hex color #022D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D5A is #FDD2A5. Grayscale: #252525. Windows color (decimal): -16634534 or 5909762. OLE color: 5909762.

HSL color Cylindrical-coordinate representation of color #022D5A: hue angle of 210.68º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022D5A is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB24590-
CMYK0.980.5000.65
HSL210.68º95.65%18.04%-
HSV(B)210.68º97.78%35.29%-
XYZ2.812.6310.03-
YUV37.27157.75102.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 45 (17.97% from 255) = 32.85%
BLUE value IS 90 (35.55% from 255) = 65.69%
R=1.46%
G=32.85%
B=65.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal245900.980.5000.65210.6895.6518.04
Hex22D5A6232041d36012
Octal25513214262010132314022
Binary10101101101101011000101100100100000111010011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022D5A; }

 p { color: rgb(2,45,90); }

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

<style>
 a { background-color: #022D5A; }

 a { background-color: rgb(2,45,90); }

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

<style>
 span { border-color: #022D5A; }

 span { border-color: rgb(2,45,90); }

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