#02254E

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

Shades of Prussian Blue #02254E

Tints of Prussian Blue #02254E

Color information

#02254E (or 0x02254E) is unknown color: approx Prussian Blue. HEX triplet: 02, 25 and 4E. RGB value is (2,37,78). Sum of RGB (Red+Green+Blue) = 2+37+78=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 78 (30.86% from 255 or 66.67% from 117); Max value from RGB is 78 - color contains mainly: blue. Hex color #02254E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02254E is #FDDAB1. Grayscale: #1F1F1F. Windows color (decimal): -16636594 or 5121282. OLE color: 5121282.

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

Color convert

RGB23778-
CMYK0.970.5300.69
HSL212.37º95%15.69%-
HSV(B)212.37º97.44%30.59%-
XYZ2.061.897.46-
YUV31.21154.4107.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 78 (30.86% from 255) = 66.67%
R=1.71%
G=31.62%
B=66.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal237780.970.5300.69212.379515.69
Hex2254E6135045d45f10
Octal24511614165010532413720
Binary10100101100111011000011101010100010111010100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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