#023077

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

Shades of Prussian Blue #023077

Tints of Prussian Blue #023077

Color information

#023077 (or 0x023077) is unknown color: approx Prussian Blue. HEX triplet: 02, 30 and 77. RGB value is (2,48,119). Sum of RGB (Red+Green+Blue) = 2+48+119=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 119 (46.88% from 255 or 70.41% from 169); Max value from RGB is 119 - color contains mainly: blue. Hex color #023077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023077 is #FDCF88. Grayscale: #2A2A2A. Windows color (decimal): -16633737 or 7811074. OLE color: 7811074.

HSL color Cylindrical-coordinate representation of color #023077: hue angle of 216.41º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023077 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB248119-
CMYK0.980.6000.53
HSL216.41º96.69%23.73%-
HSV(B)216.41º98.32%46.67%-
XYZ4.413.4617.89-
YUV42.34171.2699.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 119 (46.88% from 255) = 70.41%
R=1.18%
G=28.40%
B=70.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2481190.980.6000.53216.4196.6923.73
Hex23077623C035d86118
Octal2601671427406533014130
Binary1011000011101111100010111100011010111011000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023077; }

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

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

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

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

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

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

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

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