#023E5B

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

Shades of Prussian Blue #023E5B

Tints of Prussian Blue #023E5B

Color information

#023E5B (or 0x023E5B) is unknown color: approx Prussian Blue. HEX triplet: 02, 3E and 5B. RGB value is (2,62,91). Sum of RGB (Red+Green+Blue) = 2+62+91=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #023E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E5B is #FDC1A4. Grayscale: #2F2F2F. Windows color (decimal): -16630181 or 5979650. OLE color: 5979650.

HSL color Cylindrical-coordinate representation of color #023E5B: hue angle of 199.55º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023E5B is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB26291-
CMYK0.980.3200.64
HSL199.55º95.7%18.24%-
HSV(B)199.55º97.8%35.69%-
XYZ3.644.2110.52-
YUV47.37152.6295.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 62 (24.61% from 255) = 40%
BLUE value IS 91 (35.94% from 255) = 58.71%
R=1.29%
G=40%
B=58.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal262910.980.3200.64199.5595.718.24
Hex23E5B6220040c86012
Octal27613314240010031014022
Binary10111110101101111000101000000100000011001000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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