#023075

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

Shades of Prussian Blue #023075

Tints of Prussian Blue #023075

Color information

#023075 (or 0x023075) is unknown color: approx Prussian Blue. HEX triplet: 02, 30 and 75. RGB value is (2,48,117). Sum of RGB (Red+Green+Blue) = 2+48+117=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 117 (46.09% from 255 or 70.06% from 167); Max value from RGB is 117 - color contains mainly: blue. Hex color #023075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023075 is #FDCF8A. Grayscale: #292929. Windows color (decimal): -16633739 or 7680002. OLE color: 7680002.

HSL color Cylindrical-coordinate representation of color #023075: hue angle of 216º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023075 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB248117-
CMYK0.980.5900.54
HSL216º96.64%23.33%-
HSV(B)216º98.29%45.88%-
XYZ4.293.4117.26-
YUV42.11170.2699.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 117 (46.09% from 255) = 70.06%
R=1.20%
G=28.74%
B=70.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2481170.980.5900.5421696.6423.33
Hex23075623B036d86117
Octal2601651427306633014127
Binary1011000011101011100010111011011011011011000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023075; }

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

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

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

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

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

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

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

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