Html Css Color HEX #003259 Prussian Blue

📋 copy color: '#003259'

red 0 ◦ green 50 ◦ blue 89

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

Shades of Prussian Blue #003259

Tints of Prussian Blue #003259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.97%

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

R = 0%
G = 35.97%
B = 64.03%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#003259 (or 0x003259) is known color: Prussian Blue. HEX triplet: 00, 32 and 59. RGB value is (0,50,89). Sum of RGB (Red+Green+Blue) = 0+50+89=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #003259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003259 is #FFCDA6. Grayscale: #272727. Windows color (decimal): -16764327 or 5845504. OLE color: 5845504.

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

Color convert

RGB 0 50 89 -
CMYK 1 0.44 0 0.65
HSL 206.29º 1% 0.17% -
HSV(B) 206.29º 1% 0.35% -
XYZ 2.94 3 9.88 -
YUV 39.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 0 50 89 1 0.44 0 0.65 206.29 1 0.17
Hex 0 32 59 64 2C 0 41 CE 64 11
Octal 0 62 131 144 54 0 101 316 144 21
Binary 0 110010 1011001 1100100 101100 0 1000001 11001110 1100100 10001

Color Harmonies of #003259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003259

Black with #003259

Text Example


Text Example

White with #003259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003259; }

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

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

background-color css

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

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

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

border-color css

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

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

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