Html Css Color HEX #002D59 Prussian Blue

📋 copy color: '#002D59'

red 0 ◦ green 45 ◦ blue 89

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

Shades of Prussian Blue #002D59

Tints of Prussian Blue #002D59

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.58%

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

R = 0%
G = 33.58%
B = 66.42%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#002D59 (or 0x002D59) is known color: Prussian Blue. HEX triplet: 00, 2D and 59. RGB value is (0,45,89). Sum of RGB (Red+Green+Blue) = 0+45+89=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 89 (35.16% from 255 or 66.42% from 134); Max value from RGB is 89 - color contains mainly: blue. Hex color #002D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D59 is #FFD2A6. Grayscale: #242424. Windows color (decimal): -16765607 or 5844224. OLE color: 5844224.

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

Color convert

RGB 0 45 89 -
CMYK 1 0.49 0 0.65
HSL 209.66º 1% 0.17% -
HSV(B) 209.66º 1% 0.35% -
XYZ 2.74 2.6 9.81 -
YUV 36.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 0 45 89 1 0.49 0 0.65 209.66 1 0.17
Hex 0 2D 59 64 31 0 41 D2 64 11
Octal 0 55 131 144 61 0 101 322 144 21
Binary 0 101101 1011001 1100100 110001 0 1000001 11010010 1100100 10001

Color Harmonies of #002D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D59

Black with #002D59

Text Example


Text Example

White with #002D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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