#022E5D

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

Shades of Prussian Blue #022E5D

Tints of Prussian Blue #022E5D

Color information

#022E5D (or 0x022E5D) is unknown color: approx Prussian Blue. HEX triplet: 02, 2E and 5D. RGB value is (2,46,93). Sum of RGB (Red+Green+Blue) = 2+46+93=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #022E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E5D is #FDD1A2. Grayscale: #252525. Windows color (decimal): -16634275 or 6106626. OLE color: 6106626.

HSL color Cylindrical-coordinate representation of color #022E5D: hue angle of 210.99º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022E5D is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB24693-
CMYK0.980.5100.64
HSL210.99º95.79%18.63%-
HSV(B)210.99º97.85%36.47%-
XYZ2.982.7610.73-
YUV38.2158.92102.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 46 (18.36% from 255) = 32.62%
BLUE value IS 93 (36.72% from 255) = 65.96%
R=1.42%
G=32.62%
B=65.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal246930.980.5100.64210.9995.7918.63
Hex22E5D6233040d36013
Octal25613514263010032314023
Binary10101110101110111000101100110100000011010011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,46,93); }

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

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

 a { background-color: rgb(2,46,93); }

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

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

 span { border-color: rgb(2,46,93); }

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