#02375B

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

Shades of Prussian Blue #02375B

Tints of Prussian Blue #02375B

Color information

#02375B (or 0x02375B) is unknown color: approx Prussian Blue. HEX triplet: 02, 37 and 5B. RGB value is (2,55,91). Sum of RGB (Red+Green+Blue) = 2+55+91=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #02375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02375B is #FDC8A4. Grayscale: #2B2B2B. Windows color (decimal): -16631973 or 5977858. OLE color: 5977858.

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

Color convert

RGB25591-
CMYK0.980.4000.64
HSL204.27º95.7%18.24%-
HSV(B)204.27º97.8%35.69%-
XYZ3.283.510.4-
YUV43.26154.9498.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 55 (21.88% from 255) = 37.16%
BLUE value IS 91 (35.94% from 255) = 61.49%
R=1.35%
G=37.16%
B=61.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal255910.980.4000.64204.2795.718.24
Hex2375B6228040cc6012
Octal26713314250010031414022
Binary10110111101101111000101010000100000011001100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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