#02264C

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

Shades of Prussian Blue #02264C

Tints of Prussian Blue #02264C

Color information

#02264C (or 0x02264C) is unknown color: approx Prussian Blue. HEX triplet: 02, 26 and 4C. RGB value is (2,38,76). Sum of RGB (Red+Green+Blue) = 2+38+76=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 76 (30.08% from 255 or 65.52% from 116); Max value from RGB is 76 - color contains mainly: blue. Hex color #02264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02264C is #FDD9B3. Grayscale: #1F1F1F. Windows color (decimal): -16636340 or 4990466. OLE color: 4990466.

HSL color Cylindrical-coordinate representation of color #02264C: hue angle of 210.81º 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 #02264C is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB23876-
CMYK0.970.500.70
HSL210.81º94.87%15.29%-
HSV(B)210.81º97.37%29.8%-
XYZ2.021.927.1-
YUV31.57153.07106.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.72%
GREEN value IS 38 (15.23% from 255) = 32.76%
BLUE value IS 76 (30.08% from 255) = 65.52%
R=1.72%
G=32.76%
B=65.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal238760.970.500.70210.8194.8715.29
Hex2264C6132046d35ff
Octal24611414162010632313717
Binary1010011010011001100001110010010001101101001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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