#023166

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

Shades of Prussian Blue #023166

Tints of Prussian Blue #023166

Color information

#023166 (or 0x023166) is unknown color: approx Prussian Blue. HEX triplet: 02, 31 and 66. RGB value is (2,49,102). Sum of RGB (Red+Green+Blue) = 2+49+102=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 102 (40.23% from 255 or 66.67% from 153); Max value from RGB is 102 - color contains mainly: blue. Hex color #023166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023166 is #FDCE99. Grayscale: #282828. Windows color (decimal): -16633498 or 6697218. OLE color: 6697218.

HSL color Cylindrical-coordinate representation of color #023166: hue angle of 211.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023166 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB249102-
CMYK0.980.5200.6
HSL211.8º96.15%20.39%-
HSV(B)211.8º98.04%40%-
XYZ3.523.1713-
YUV40.99162.43100.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 102 (40.23% from 255) = 66.67%
R=1.31%
G=32.03%
B=66.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2491020.980.5200.6211.896.1520.39
Hex23166623403Cd46014
Octal2611461426407432414024
Binary1011000111001101100010110100011110011010100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023166; }

 p { color: rgb(2,49,102); }

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

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

 a { background-color: rgb(2,49,102); }

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

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

 span { border-color: rgb(2,49,102); }

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