#02264D

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

Shades of Prussian Blue #02264D

Tints of Prussian Blue #02264D

Color information

#02264D (or 0x02264D) is unknown color: approx Prussian Blue. HEX triplet: 02, 26 and 4D. RGB value is (2,38,77). Sum of RGB (Red+Green+Blue) = 2+38+77=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #02264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02264D is #FDD9B2. Grayscale: #1F1F1F. Windows color (decimal): -16636339 or 5056002. OLE color: 5056002.

HSL color Cylindrical-coordinate representation of color #02264D: hue angle of 211.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02264D is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB23877-
CMYK0.970.5100.70
HSL211.2º94.94%15.49%-
HSV(B)211.2º97.4%30.2%-
XYZ2.061.937.29-
YUV31.68153.57106.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 38 (15.23% from 255) = 32.48%
BLUE value IS 77 (30.47% from 255) = 65.81%
R=1.71%
G=32.48%
B=65.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal238770.970.5100.70211.294.9415.49
Hex2264D6133046d35ff
Octal24611514163010632313717
Binary1010011010011011100001110011010001101101001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02264D; }

 p { color: rgb(2,38,77); }

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

<style>
 a { background-color: #02264D; }

 a { background-color: rgb(2,38,77); }

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

<style>
 span { border-color: #02264D; }

 span { border-color: rgb(2,38,77); }

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