#002C63

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

Shades of Prussian Blue #002C63

Tints of Prussian Blue #002C63

Color information

#002C63 (or 0x002C63) is unknown color: approx Prussian Blue. HEX triplet: 00, 2C and 63. RGB value is (0,44,99). Sum of RGB (Red+Green+Blue) = 0+44+99=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 99 (39.06% from 255 or 69.23% from 143); Max value from RGB is 99 - color contains mainly: blue. Hex color #002C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C63 is #FFD39C. Grayscale: #242424. Windows color (decimal): -16765853 or 6499328. OLE color: 6499328.

HSL color Cylindrical-coordinate representation of color #002C63: hue angle of 213.33º 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 #002C63 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB04499-
CMYK10.5600.61
HSL213.33º100%19.41%-
HSV(B)213.33º100%38.82%-
XYZ3.152.712.16-
YUV37.11162.92101.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 44 (17.58% from 255) = 30.77%
BLUE value IS 99 (39.06% from 255) = 69.23%
R=0%
G=30.77%
B=69.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0449910.5600.61213.3310019.41
Hex02C63643803Dd56413
Octal0541431447007532514423
Binary010110011000111100100111000011110111010101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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