#023953

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

Shades of Prussian Blue #023953

Tints of Prussian Blue #023953

Color information

#023953 (or 0x023953) is unknown color: approx Prussian Blue. HEX triplet: 02, 39 and 53. RGB value is (2,57,83). Sum of RGB (Red+Green+Blue) = 2+57+83=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #023953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023953 is #FDC6AC. Grayscale: #2B2B2B. Windows color (decimal): -16631469 or 5454082. OLE color: 5454082.

HSL color Cylindrical-coordinate representation of color #023953: hue angle of 199.26º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023953 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB25783-
CMYK0.980.3100.67
HSL199.26º95.29%16.67%-
HSV(B)199.26º97.59%32.55%-
XYZ3.053.568.71-
YUV43.52150.2898.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.41%
GREEN value IS 57 (22.66% from 255) = 40.14%
BLUE value IS 83 (32.81% from 255) = 58.45%
R=1.41%
G=40.14%
B=58.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal257830.980.3100.67199.2695.2916.67
Hex23953621F043c75f11
Octal27112314237010330713721
Binary1011100110100111100010111110100001111000111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023953; }

 p { color: rgb(2,57,83); }

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

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

 a { background-color: rgb(2,57,83); }

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

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

 span { border-color: rgb(2,57,83); }

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