Html Css Color HEX #003559 Prussian Blue

📋 copy color: '#003559'

red 0 ◦ green 53 ◦ blue 89

#003559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #003559

Tints of Prussian Blue #003559

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 53 (21.09% from 255) = 37.32%

 BLUE value IS 89 (35.16% from 255) = 62.68%

R = 0%
G = 37.32%
B = 62.68%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#003559 (or 0x003559) is known color: Prussian Blue. HEX triplet: 00, 35 and 59. RGB value is (0,53,89). Sum of RGB (Red+Green+Blue) = 0+53+89=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #003559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003559 is #FFCAA6. Grayscale: #292929. Windows color (decimal): -16763559 or 5846272. OLE color: 5846272.

HSL color Cylindrical-coordinate representation of color #003559: hue angle of 204.27º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003559 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 53 89 -
CMYK 1 0.40 0 0.65
HSL 204.27º 1% 0.17% -
HSV(B) 204.27º 1% 0.35% -
XYZ 3.08 3.27 9.92 -
YUV 41.26 154.94 98.57 -
System Red Green Blue C M Y K H S L
Decimal 0 53 89 1 0.40 0 0.65 204.27 1 0.17
Hex 0 35 59 64 28 0 41 CC 64 11
Octal 0 65 131 144 50 0 101 314 144 21
Binary 0 110101 1011001 1100100 101000 0 1000001 11001100 1100100 10001

Color Harmonies of #003559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003559

Black with #003559

Text Example


Text Example

White with #003559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003559; }

 p { color: rgb(0,53,89); }

 H1.HeaderClassName
 {
   color: #003559;
 }
 .AnyTagClassName
 {
   color: #003559;
 }
</style>

background-color css

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

 a { background-color: rgb(0,53,89); }

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

border-color css

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

 span { border-color: rgb(0,53,89); }

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