#023964

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

Shades of Prussian Blue #023964

Tints of Prussian Blue #023964

Color information

#023964 (or 0x023964) is unknown color: approx Prussian Blue. HEX triplet: 02, 39 and 64. RGB value is (2,57,100). Sum of RGB (Red+Green+Blue) = 2+57+100=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 100 (39.45% from 255 or 62.89% from 159); Max value from RGB is 100 - color contains mainly: blue. Hex color #023964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023964 is #FDC69B. Grayscale: #2D2D2D. Windows color (decimal): -16631452 or 6568194. OLE color: 6568194.

HSL color Cylindrical-coordinate representation of color #023964: hue angle of 206.33º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023964 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB257100-
CMYK0.980.4300.61
HSL206.33º96.08%20%-
HSV(B)206.33º98%39.22%-
XYZ3.793.8612.6-
YUV45.46158.7897-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 100 (39.45% from 255) = 62.89%
R=1.26%
G=35.85%
B=62.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2571000.980.4300.61206.3396.0820
Hex23964622B03Dce6014
Octal2711441425307531614024
Binary1011100111001001100010101011011110111001110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023964; }

 p { color: rgb(2,57,100); }

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

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

 a { background-color: rgb(2,57,100); }

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

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

 span { border-color: rgb(2,57,100); }

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