#022B67

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

Shades of Prussian Blue #022B67

Tints of Prussian Blue #022B67

Color information

#022B67 (or 0x022B67) is unknown color: approx Prussian Blue. HEX triplet: 02, 2B and 67. RGB value is (2,43,103). Sum of RGB (Red+Green+Blue) = 2+43+103=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 103 (40.62% from 255 or 69.59% from 148); Max value from RGB is 103 - color contains mainly: blue. Hex color #022B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022B67 is #FDD498. Grayscale: #252525. Windows color (decimal): -16635033 or 6761218. OLE color: 6761218.

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

Color convert

RGB243103-
CMYK0.980.5800.60
HSL215.64º96.19%20.59%-
HSV(B)215.64º98.06%40.39%-
XYZ3.342.7213.18-
YUV37.58164.92102.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 43 (17.19% from 255) = 29.05%
BLUE value IS 103 (40.62% from 255) = 69.59%
R=1.35%
G=29.05%
B=69.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2431030.980.5800.60215.6496.1920.59
Hex22B67623A03Cd86015
Octal2531471427207433014025
Binary1010101111001111100010111010011110011011000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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