#02375D

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

Shades of Prussian Blue #02375D

Tints of Prussian Blue #02375D

Color information

#02375D (or 0x02375D) is unknown color: approx Prussian Blue. HEX triplet: 02, 37 and 5D. RGB value is (2,55,93). Sum of RGB (Red+Green+Blue) = 2+55+93=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #02375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02375D is #FDC8A2. Grayscale: #2B2B2B. Windows color (decimal): -16631971 or 6108930. OLE color: 6108930.

HSL color Cylindrical-coordinate representation of color #02375D: hue angle of 205.05º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02375D is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB25593-
CMYK0.980.4100.64
HSL205.05º95.79%18.63%-
HSV(B)205.05º97.85%36.47%-
XYZ3.373.5410.86-
YUV43.48155.9498.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.33%
GREEN value IS 55 (21.88% from 255) = 36.67%
BLUE value IS 93 (36.72% from 255) = 62%
R=1.33%
G=36.67%
B=62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal255930.980.4100.64205.0595.7918.63
Hex2375D6229040cd6013
Octal26713514251010031514023
Binary10110111101110111000101010010100000011001101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02375D; }

 p { color: rgb(2,55,93); }

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

<style>
 a { background-color: #02375D; }

 a { background-color: rgb(2,55,93); }

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

<style>
 span { border-color: #02375D; }

 span { border-color: rgb(2,55,93); }

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