#023066

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

Shades of Prussian Blue #023066

Tints of Prussian Blue #023066

Color information

#023066 (or 0x023066) is unknown color: approx Prussian Blue. HEX triplet: 02, 30 and 66. RGB value is (2,48,102). Sum of RGB (Red+Green+Blue) = 2+48+102=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 102 (40.23% from 255 or 67.11% from 152); Max value from RGB is 102 - color contains mainly: blue. Hex color #023066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023066 is #FDCF99. Grayscale: #282828. Windows color (decimal): -16633754 or 6696962. OLE color: 6696962.

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

Color convert

RGB248102-
CMYK0.980.5300.6
HSL212.4º96.15%20.39%-
HSV(B)212.4º98.04%40%-
XYZ3.483.0912.98-
YUV40.4162.76100.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 102 (40.23% from 255) = 67.11%
R=1.32%
G=31.58%
B=67.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2481020.980.5300.6212.496.1520.39
Hex23066623503Cd46014
Octal2601461426507432414024
Binary1011000011001101100010110101011110011010100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023066; }

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

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

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

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

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

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

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

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