#02366D

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

Shades of Prussian Blue #02366D

Tints of Prussian Blue #02366D

Color information

#02366D (or 0x02366D) is unknown color: approx Prussian Blue. HEX triplet: 02, 36 and 6D. RGB value is (2,54,109). Sum of RGB (Red+Green+Blue) = 2+54+109=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #02366D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02366D is #FDC992. Grayscale: #2C2C2C. Windows color (decimal): -16632211 or 7157250. OLE color: 7157250.

HSL color Cylindrical-coordinate representation of color #02366D: hue angle of 210.84º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02366D is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB254109-
CMYK0.980.5000.57
HSL210.84º96.4%21.76%-
HSV(B)210.84º98.17%42.75%-
XYZ4.13.7614.98-
YUV44.72164.2797.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 109 (42.97% from 255) = 66.06%
R=1.21%
G=32.73%
B=66.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2541090.980.5000.57210.8496.421.76
Hex2366D6232039d36016
Octal2661551426207132314026
Binary1011011011011011100010110010011100111010011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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