#024065

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

Shades of Prussian Blue #024065

Tints of Prussian Blue #024065

Color information

#024065 (or 0x024065) is unknown color: approx Prussian Blue. HEX triplet: 02, 40 and 65. RGB value is (2,64,101). Sum of RGB (Red+Green+Blue) = 2+64+101=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 101 (39.84% from 255 or 60.48% from 167); Max value from RGB is 101 - color contains mainly: blue. Hex color #024065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024065 is #FDBF9A. Grayscale: #313131. Windows color (decimal): -16629659 or 6635522. OLE color: 6635522.

HSL color Cylindrical-coordinate representation of color #024065: hue angle of 202.42º 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 #024065 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB264101-
CMYK0.980.3700.60
HSL202.42º96.12%20.2%-
HSV(B)202.42º98.02%39.61%-
XYZ4.214.6212.98-
YUV49.68156.9693.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 101 (39.84% from 255) = 60.48%
R=1.20%
G=38.32%
B=60.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2641010.980.3700.60202.4296.1220.2
Hex24065622503Cca6014
Octal21001451424507431214024
Binary10100000011001011100010100101011110011001010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024065; }

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

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

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

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

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

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

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

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