#02244B

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

Shades of Prussian Blue #02244B

Tints of Prussian Blue #02244B

Color information

#02244B (or 0x02244B) is unknown color: approx Prussian Blue. HEX triplet: 02, 24 and 4B. RGB value is (2,36,75). Sum of RGB (Red+Green+Blue) = 2+36+75=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 75 (29.69% from 255 or 66.37% from 113); Max value from RGB is 75 - color contains mainly: blue. Hex color #02244B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02244B is #FDDBB4. Grayscale: #1E1E1E. Windows color (decimal): -16636853 or 4924418. OLE color: 4924418.

HSL color Cylindrical-coordinate representation of color #02244B: hue angle of 212.05º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02244B is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB23675-
CMYK0.970.5200.71
HSL212.05º94.81%15.1%-
HSV(B)212.05º97.33%29.41%-
XYZ1.931.786.9-
YUV30.28153.24107.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 36 (14.45% from 255) = 31.86%
BLUE value IS 75 (29.69% from 255) = 66.37%
R=1.77%
G=31.86%
B=66.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal236750.970.5200.71212.0594.8115.1
Hex2244B6134047d45ff
Octal24411314164010732413717
Binary1010010010010111100001110100010001111101010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02244B; }

 p { color: rgb(2,36,75); }

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

<style>
 a { background-color: #02244B; }

 a { background-color: rgb(2,36,75); }

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

<style>
 span { border-color: #02244B; }

 span { border-color: rgb(2,36,75); }

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