#023068

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

Shades of Prussian Blue #023068

Tints of Prussian Blue #023068

Color information

#023068 (or 0x023068) is unknown color: approx Prussian Blue. HEX triplet: 02, 30 and 68. RGB value is (2,48,104). Sum of RGB (Red+Green+Blue) = 2+48+104=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #023068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023068 is #FDCF97. Grayscale: #282828. Windows color (decimal): -16633752 or 6828034. OLE color: 6828034.

HSL color Cylindrical-coordinate representation of color #023068: hue angle of 212.94º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023068 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB248104-
CMYK0.980.5400.59
HSL212.94º96.23%20.78%-
HSV(B)212.94º98.08%40.78%-
XYZ3.583.1313.51-
YUV40.63163.76100.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 104 (41.02% from 255) = 67.53%
R=1.30%
G=31.17%
B=67.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2481040.980.5400.59212.9496.2320.78
Hex23068623603Bd56015
Octal2601501426607332514025
Binary1011000011010001100010110110011101111010101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023068; }

 p { color: rgb(2,48,104); }

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

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

 a { background-color: rgb(2,48,104); }

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

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

 span { border-color: rgb(2,48,104); }

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