#023072

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

Shades of Prussian Blue #023072

Tints of Prussian Blue #023072

Color information

#023072 (or 0x023072) is unknown color: approx Prussian Blue. HEX triplet: 02, 30 and 72. RGB value is (2,48,114). Sum of RGB (Red+Green+Blue) = 2+48+114=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 114 (44.92% from 255 or 69.51% from 164); Max value from RGB is 114 - color contains mainly: blue. Hex color #023072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023072 is #FDCF8D. Grayscale: #292929. Windows color (decimal): -16633742 or 7483394. OLE color: 7483394.

HSL color Cylindrical-coordinate representation of color #023072: hue angle of 215.36º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023072 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB248114-
CMYK0.980.5800.55
HSL215.36º96.55%22.75%-
HSV(B)215.36º98.25%44.71%-
XYZ4.123.3416.35-
YUV41.77168.7699.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 114 (44.92% from 255) = 69.51%
R=1.22%
G=29.27%
B=69.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2481140.980.5800.55215.3696.5522.75
Hex23072623A037d76117
Octal2601621427206732714127
Binary1011000011100101100010111010011011111010111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023072; }

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

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

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

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

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

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

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

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