#02366A

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

Shades of Prussian Blue #02366A

Tints of Prussian Blue #02366A

Color information

#02366A (or 0x02366A) is unknown color: approx Prussian Blue. HEX triplet: 02, 36 and 6A. RGB value is (2,54,106). Sum of RGB (Red+Green+Blue) = 2+54+106=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 106 (41.80% from 255 or 65.43% from 162); Max value from RGB is 106 - color contains mainly: blue. Hex color #02366A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02366A is #FDC995. Grayscale: #2C2C2C. Windows color (decimal): -16632214 or 6960642. OLE color: 6960642.

HSL color Cylindrical-coordinate representation of color #02366A: hue angle of 210º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02366A is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB254106-
CMYK0.980.4900.58
HSL210º96.3%21.18%-
HSV(B)210º98.11%41.57%-
XYZ3.953.6914.14-
YUV44.38162.7797.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 54 (21.48% from 255) = 33.33%
BLUE value IS 106 (41.80% from 255) = 65.43%
R=1.23%
G=33.33%
B=65.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2541060.980.4900.5821096.321.18
Hex2366A623103Ad26015
Octal2661521426107232214025
Binary1011011011010101100010110001011101011010010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02366A; }

 p { color: rgb(2,54,106); }

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

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

 a { background-color: rgb(2,54,106); }

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

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

 span { border-color: rgb(2,54,106); }

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