#024765

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

Shades of Prussian Blue #024765

Tints of Prussian Blue #024765

Color information

#024765 (or 0x024765) is unknown color: approx Prussian Blue. HEX triplet: 02, 47 and 65. RGB value is (2,71,101). Sum of RGB (Red+Green+Blue) = 2+71+101=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #024765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024765 is #FDB89A. Grayscale: #353535. Windows color (decimal): -16627867 or 6637314. OLE color: 6637314.

HSL color Cylindrical-coordinate representation of color #024765: hue angle of 198.18º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024765 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB271101-
CMYK0.980.3000.60
HSL198.18º96.12%20.2%-
HSV(B)198.18º98.02%39.61%-
XYZ4.635.4613.12-
YUV53.79154.6491.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.15%
GREEN value IS 71 (28.12% from 255) = 40.80%
BLUE value IS 101 (39.84% from 255) = 58.05%
R=1.15%
G=40.80%
B=58.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2711010.980.3000.60198.1896.1220.2
Hex24765621E03Cc66014
Octal21071451423607430614024
Binary1010001111100101110001011110011110011000110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024765; }

 p { color: rgb(2,71,101); }

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

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

 a { background-color: rgb(2,71,101); }

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

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

 span { border-color: rgb(2,71,101); }

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