#023067

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

Shades of Prussian Blue #023067

Tints of Prussian Blue #023067

Color information

#023067 (or 0x023067) is unknown color: approx Prussian Blue. HEX triplet: 02, 30 and 67. RGB value is (2,48,103). Sum of RGB (Red+Green+Blue) = 2+48+103=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 103 (40.62% from 255 or 67.32% from 153); Max value from RGB is 103 - color contains mainly: blue. Hex color #023067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023067 is #FDCF98. Grayscale: #282828. Windows color (decimal): -16633753 or 6762498. OLE color: 6762498.

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

Color convert

RGB248103-
CMYK0.980.5300.60
HSL212.67º96.19%20.59%-
HSV(B)212.67º98.06%40.39%-
XYZ3.533.1113.25-
YUV40.52163.26100.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 103 (40.62% from 255) = 67.32%
R=1.31%
G=31.37%
B=67.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2481030.980.5300.60212.6796.1920.59
Hex23067623503Cd56015
Octal2601471426507432514025
Binary1011000011001111100010110101011110011010101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023067; }

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

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

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

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

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

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

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

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