#003263

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

Shades of Prussian Blue #003263

Tints of Prussian Blue #003263

Color information

#003263 (or 0x003263) is unknown color: approx Prussian Blue. HEX triplet: 00, 32 and 63. RGB value is (0,50,99). Sum of RGB (Red+Green+Blue) = 0+50+99=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 99 (39.06% from 255 or 66.44% from 149); Max value from RGB is 99 - color contains mainly: blue. Hex color #003263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003263 is #FFCD9C. Grayscale: #282828. Windows color (decimal): -16764317 or 6500864. OLE color: 6500864.

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

Color convert

RGB05099-
CMYK10.4900.61
HSL209.7º100%19.41%-
HSV(B)209.7º100%38.82%-
XYZ3.393.1812.24-
YUV40.64160.9499.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 99 (39.06% from 255) = 66.44%
R=0%
G=33.56%
B=66.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0509910.4900.61209.710019.41
Hex03263643103Dd26413
Octal0621431446107532214423
Binary011001011000111100100110001011110111010010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003263; }

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

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

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

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

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

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

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

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