#022B65

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

Shades of Prussian Blue #022B65

Tints of Prussian Blue #022B65

Color information

#022B65 (or 0x022B65) is unknown color: approx Prussian Blue. HEX triplet: 02, 2B and 65. RGB value is (2,43,101). Sum of RGB (Red+Green+Blue) = 2+43+101=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 101 (39.84% from 255 or 69.18% from 146); Max value from RGB is 101 - color contains mainly: blue. Hex color #022B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022B65 is #FDD49A. Grayscale: #252525. Windows color (decimal): -16635035 or 6630146. OLE color: 6630146.

HSL color Cylindrical-coordinate representation of color #022B65: hue angle of 215.15º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022B65 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB243101-
CMYK0.980.5700.60
HSL215.15º96.12%20.2%-
HSV(B)215.15º98.02%39.61%-
XYZ3.242.6812.66-
YUV37.35163.92102.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 43 (17.19% from 255) = 29.45%
BLUE value IS 101 (39.84% from 255) = 69.18%
R=1.37%
G=29.45%
B=69.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2431010.980.5700.60215.1596.1220.2
Hex22B65623903Cd76014
Octal2531451427107432714024
Binary1010101111001011100010111001011110011010111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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