#023E66

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

Shades of Prussian Blue #023E66

Tints of Prussian Blue #023E66

Color information

#023E66 (or 0x023E66) is unknown color: approx Prussian Blue. HEX triplet: 02, 3E and 66. RGB value is (2,62,102). Sum of RGB (Red+Green+Blue) = 2+62+102=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #023E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E66 is #FDC199. Grayscale: #303030. Windows color (decimal): -16630170 or 6700546. OLE color: 6700546.

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

Color convert

RGB262102-
CMYK0.980.3900.6
HSL204º96.15%20.39%-
HSV(B)204º98.04%40%-
XYZ4.154.4213.2-
YUV48.62158.1294.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 62 (24.61% from 255) = 37.35%
BLUE value IS 102 (40.23% from 255) = 61.45%
R=1.20%
G=37.35%
B=61.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2621020.980.3900.620496.1520.39
Hex23E66622703Ccc6014
Octal2761461424707431414024
Binary1011111011001101100010100111011110011001100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023E66; }

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

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

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

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

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

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

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

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