#02435E

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

Shades of Prussian Blue #02435E

Tints of Prussian Blue #02435E

Color information

#02435E (or 0x02435E) is unknown color: approx Prussian Blue. HEX triplet: 02, 43 and 5E. RGB value is (2,67,94). Sum of RGB (Red+Green+Blue) = 2+67+94=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #02435E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02435E is #FDBCA1. Grayscale: #323232. Windows color (decimal): -16628898 or 6177538. OLE color: 6177538.

HSL color Cylindrical-coordinate representation of color #02435E: hue angle of 197.61º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02435E is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB26794-
CMYK0.980.2900.63
HSL197.61º95.83%18.82%-
HSV(B)197.61º97.87%36.86%-
XYZ4.054.8411.31-
YUV50.64152.4793.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 94 (37.11% from 255) = 57.67%
R=1.23%
G=41.10%
B=57.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal267940.980.2900.63197.6195.8318.82
Hex2435E621D03Fc66013
Octal21031361423507730614023
Binary1010000111011110110001011101011111111000110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,67,94); }

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

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

 a { background-color: rgb(2,67,94); }

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

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

 span { border-color: rgb(2,67,94); }

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