#023C65

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

Shades of Prussian Blue #023C65

Tints of Prussian Blue #023C65

Color information

#023C65 (or 0x023C65) is unknown color: approx Prussian Blue. HEX triplet: 02, 3C and 65. RGB value is (2,60,101). Sum of RGB (Red+Green+Blue) = 2+60+101=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #023C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C65 is #FDC39A. Grayscale: #2F2F2F. Windows color (decimal): -16630683 or 6634498. OLE color: 6634498.

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

Color convert

RGB260101-
CMYK0.980.4100.60
HSL204.85º96.12%20.2%-
HSV(B)204.85º98.02%39.61%-
XYZ3.994.1812.91-
YUV47.33158.2895.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 60 (23.83% from 255) = 36.81%
BLUE value IS 101 (39.84% from 255) = 61.96%
R=1.23%
G=36.81%
B=61.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2601010.980.4100.60204.8596.1220.2
Hex23C65622903Ccd6014
Octal2741451425107431514024
Binary1011110011001011100010101001011110011001101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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