#02264F

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

Shades of Prussian Blue #02264F

Tints of Prussian Blue #02264F

Color information

#02264F (or 0x02264F) is unknown color: approx Prussian Blue. HEX triplet: 02, 26 and 4F. RGB value is (2,38,79). Sum of RGB (Red+Green+Blue) = 2+38+79=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 79 (31.25% from 255 or 66.39% from 119); Max value from RGB is 79 - color contains mainly: blue. Hex color #02264F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02264F is #FDD9B0. Grayscale: #1F1F1F. Windows color (decimal): -16636337 or 5187074. OLE color: 5187074.

HSL color Cylindrical-coordinate representation of color #02264F: hue angle of 211.95º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02264F is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB23879-
CMYK0.970.5200.69
HSL211.95º95.06%15.88%-
HSV(B)211.95º97.47%30.98%-
XYZ2.131.967.66-
YUV31.91154.57106.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 38 (15.23% from 255) = 31.93%
BLUE value IS 79 (31.25% from 255) = 66.39%
R=1.68%
G=31.93%
B=66.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal238790.970.5200.69211.9595.0615.88
Hex2264F6134045d45f10
Octal24611714164010532413720
Binary10100110100111111000011101000100010111010100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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