Html Css Color HEX #003459 Prussian Blue

📋 copy color: '#003459'

red 0 ◦ green 52 ◦ blue 89

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

Shades of Prussian Blue #003459

Tints of Prussian Blue #003459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.88%

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

R = 0%
G = 36.88%
B = 63.12%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#003459 (or 0x003459) is known color: Prussian Blue. HEX triplet: 00, 34 and 59. RGB value is (0,52,89). Sum of RGB (Red+Green+Blue) = 0+52+89=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #003459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003459 is #FFCBA6. Grayscale: #282828. Windows color (decimal): -16763815 or 5846016. OLE color: 5846016.

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

Color convert

RGB 0 52 89 -
CMYK 1 0.42 0 0.65
HSL 204.94º 1% 0.17% -
HSV(B) 204.94º 1% 0.35% -
XYZ 3.03 3.18 9.9 -
YUV 40.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 0 52 89 1 0.42 0 0.65 204.94 1 0.17
Hex 0 34 59 64 2A 0 41 CD 64 11
Octal 0 64 131 144 52 0 101 315 144 21
Binary 0 110100 1011001 1100100 101010 0 1000001 11001101 1100100 10001

Color Harmonies of #003459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003459

Black with #003459

Text Example


Text Example

White with #003459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003459; }

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

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

background-color css

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

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

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

border-color css

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

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

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