#022B5A

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

Shades of Prussian Blue #022B5A

Tints of Prussian Blue #022B5A

Color information

#022B5A (or 0x022B5A) is unknown color: approx Prussian Blue. HEX triplet: 02, 2B and 5A. RGB value is (2,43,90). Sum of RGB (Red+Green+Blue) = 2+43+90=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 90 (35.55% from 255 or 66.67% from 135); Max value from RGB is 90 - color contains mainly: blue. Hex color #022B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022B5A is #FDD4A5. Grayscale: #232323. Windows color (decimal): -16635046 or 5909250. OLE color: 5909250.

HSL color Cylindrical-coordinate representation of color #022B5A: hue angle of 212.05º 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 #022B5A is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB24390-
CMYK0.980.5200.65
HSL212.05º95.65%18.04%-
HSV(B)212.05º97.78%35.29%-
XYZ2.732.4810.01-
YUV36.1158.42103.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 43 (17.19% from 255) = 31.85%
BLUE value IS 90 (35.55% from 255) = 66.67%
R=1.48%
G=31.85%
B=66.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal243900.980.5200.65212.0595.6518.04
Hex22B5A6234041d46012
Octal25313214264010132414022
Binary10101011101101011000101101000100000111010100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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