#002653

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

Shades of Prussian Blue #002653

Tints of Prussian Blue #002653

Color information

#002653 (or 0x002653) is unknown color: approx Prussian Blue. HEX triplet: 00, 26 and 53. RGB value is (0,38,83). Sum of RGB (Red+Green+Blue) = 0+38+83=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #002653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002653 is #FFD9AC. Grayscale: #1F1F1F. Windows color (decimal): -16767405 or 5449216. OLE color: 5449216.

HSL color Cylindrical-coordinate representation of color #002653: hue angle of 212.53º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002653 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB03883-
CMYK10.5400.67
HSL212.53º100%16.27%-
HSV(B)212.53º100%32.55%-
XYZ2.252.018.45-
YUV31.77156.91105.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 83 (32.81% from 255) = 68.60%
R=0%
G=31.40%
B=68.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0388310.5400.67212.5310016.27
Hex026536436043d56410
Octal04612314466010332514420
Binary0100110101001111001001101100100001111010101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002653; }

 p { color: rgb(0,38,83); }

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

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

 a { background-color: rgb(0,38,83); }

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

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

 span { border-color: rgb(0,38,83); }

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