#023465

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

Shades of Prussian Blue #023465

Tints of Prussian Blue #023465

Color information

#023465 (or 0x023465) is unknown color: approx Prussian Blue. HEX triplet: 02, 34 and 65. RGB value is (2,52,101). Sum of RGB (Red+Green+Blue) = 2+52+101=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #023465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023465 is #FDCB9A. Grayscale: #2A2A2A. Windows color (decimal): -16632731 or 6632450. OLE color: 6632450.

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

Color convert

RGB252101-
CMYK0.980.4900.60
HSL209.7º96.12%20.2%-
HSV(B)209.7º98.02%39.61%-
XYZ3.63.4112.78-
YUV42.64160.9499.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 101 (39.84% from 255) = 65.16%
R=1.29%
G=33.55%
B=65.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2521010.980.4900.60209.796.1220.2
Hex23465623103Cd26014
Octal2641451426107432214024
Binary1011010011001011100010110001011110011010010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023465; }

 p { color: rgb(2,52,101); }

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

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

 a { background-color: rgb(2,52,101); }

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

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

 span { border-color: rgb(2,52,101); }

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