#02254B

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

Shades of Prussian Blue #02254B

Tints of Prussian Blue #02254B

Color information

#02254B (or 0x02254B) is unknown color: approx Prussian Blue. HEX triplet: 02, 25 and 4B. RGB value is (2,37,75). Sum of RGB (Red+Green+Blue) = 2+37+75=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 75 (29.69% from 255 or 65.79% from 114); Max value from RGB is 75 - color contains mainly: blue. Hex color #02254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02254B is #FDDAB4. Grayscale: #1E1E1E. Windows color (decimal): -16636597 or 4924674. OLE color: 4924674.

HSL color Cylindrical-coordinate representation of color #02254B: hue angle of 211.23º 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 #02254B is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB23775-
CMYK0.970.5100.71
HSL211.23º94.81%15.1%-
HSV(B)211.23º97.33%29.41%-
XYZ1.961.846.91-
YUV30.87152.9107.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 75 (29.69% from 255) = 65.79%
R=1.75%
G=32.46%
B=65.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal237750.970.5100.71211.2394.8115.1
Hex2254B6133047d35ff
Octal24511314163010732313717
Binary1010010110010111100001110011010001111101001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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