#002B63

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

Shades of Prussian Blue #002B63

Tints of Prussian Blue #002B63

Color information

#002B63 (or 0x002B63) is unknown color: approx Prussian Blue. HEX triplet: 00, 2B and 63. RGB value is (0,43,99). Sum of RGB (Red+Green+Blue) = 0+43+99=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 99 (39.06% from 255 or 69.72% from 142); Max value from RGB is 99 - color contains mainly: blue. Hex color #002B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B63 is #FFD49C. Grayscale: #242424. Windows color (decimal): -16766109 or 6499072. OLE color: 6499072.

HSL color Cylindrical-coordinate representation of color #002B63: hue angle of 213.94º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B63 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB04399-
CMYK10.5700.61
HSL213.94º100%19.41%-
HSV(B)213.94º100%38.82%-
XYZ3.122.6312.15-
YUV36.53163.25101.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 43 (17.19% from 255) = 30.28%
BLUE value IS 99 (39.06% from 255) = 69.72%
R=0%
G=30.28%
B=69.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0439910.5700.61213.9410019.41
Hex02B63643903Dd66413
Octal0531431447107532614423
Binary010101111000111100100111001011110111010110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002B63; }

 p { color: rgb(0,43,99); }

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

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

 a { background-color: rgb(0,43,99); }

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

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

 span { border-color: rgb(0,43,99); }

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