#023053

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

Shades of Prussian Blue #023053

Tints of Prussian Blue #023053

Color information

#023053 (or 0x023053) is unknown color: approx Prussian Blue. HEX triplet: 02, 30 and 53. RGB value is (2,48,83). Sum of RGB (Red+Green+Blue) = 2+48+83=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #023053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023053 is #FDCFAC. Grayscale: #262626. Windows color (decimal): -16633773 or 5451778. OLE color: 5451778.

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

Color convert

RGB24883-
CMYK0.980.4200.67
HSL205.93º95.29%16.67%-
HSV(B)205.93º97.59%32.55%-
XYZ2.642.758.58-
YUV38.24153.26102.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 48 (19.14% from 255) = 36.09%
BLUE value IS 83 (32.81% from 255) = 62.41%
R=1.50%
G=36.09%
B=62.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal248830.980.4200.67205.9395.2916.67
Hex23053622A043ce5f11
Octal26012314252010331613721
Binary10110000101001111000101010100100001111001110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023053; }

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

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

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

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

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

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

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

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