#023D5B

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

Shades of Prussian Blue #023D5B

Tints of Prussian Blue #023D5B

Color information

#023D5B (or 0x023D5B) is unknown color: approx Prussian Blue. HEX triplet: 02, 3D and 5B. RGB value is (2,61,91). Sum of RGB (Red+Green+Blue) = 2+61+91=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #023D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023D5B is #FDC2A4. Grayscale: #2E2E2E. Windows color (decimal): -16630437 or 5979394. OLE color: 5979394.

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

Color convert

RGB26191-
CMYK0.980.3300.64
HSL200.22º95.7%18.24%-
HSV(B)200.22º97.8%35.69%-
XYZ3.584.1110.5-
YUV46.78152.9596.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 61 (24.22% from 255) = 39.61%
BLUE value IS 91 (35.94% from 255) = 59.09%
R=1.30%
G=39.61%
B=59.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal261910.980.3300.64200.2295.718.24
Hex23D5B6221040c86012
Octal27513314241010031014022
Binary10111101101101111000101000010100000011001000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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