#023D60

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

Shades of Prussian Blue #023D60

Tints of Prussian Blue #023D60

Color information

#023D60 (or 0x023D60) is unknown color: approx Prussian Blue. HEX triplet: 02, 3D and 60. RGB value is (2,61,96). Sum of RGB (Red+Green+Blue) = 2+61+96=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #023D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023D60 is #FDC29F. Grayscale: #2F2F2F. Windows color (decimal): -16630432 or 6307074. OLE color: 6307074.

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

Color convert

RGB26196-
CMYK0.980.3600.62
HSL202.34º95.92%19.22%-
HSV(B)202.34º97.92%37.65%-
XYZ3.814.1911.68-
YUV47.35155.4595.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 61 (24.22% from 255) = 38.36%
BLUE value IS 96 (37.89% from 255) = 60.38%
R=1.26%
G=38.36%
B=60.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal261960.980.3600.62202.3495.9219.22
Hex23D60622403Eca6013
Octal2751401424407631214023
Binary1011110111000001100010100100011111011001010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023D60; }

 p { color: rgb(2,61,96); }

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

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

 a { background-color: rgb(2,61,96); }

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

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

 span { border-color: rgb(2,61,96); }

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