Html Css Color HEX #003359 Prussian Blue

📋 copy color: '#003359'

red 0 ◦ green 51 ◦ blue 89

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

Shades of Prussian Blue #003359

Tints of Prussian Blue #003359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.43%

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

R = 0%
G = 36.43%
B = 63.57%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#003359 (or 0x003359) is known color: Prussian Blue. HEX triplet: 00, 33 and 59. RGB value is (0,51,89). Sum of RGB (Red+Green+Blue) = 0+51+89=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #003359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003359 is #FFCCA6. Grayscale: #272727. Windows color (decimal): -16764071 or 5845760. OLE color: 5845760.

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

Color convert

RGB 0 51 89 -
CMYK 1 0.43 0 0.65
HSL 205.62º 1% 0.17% -
HSV(B) 205.62º 1% 0.35% -
XYZ 2.99 3.09 9.89 -
YUV 40.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 0 51 89 1 0.43 0 0.65 205.62 1 0.17
Hex 0 33 59 64 2B 0 41 CE 64 11
Octal 0 63 131 144 53 0 101 316 144 21
Binary 0 110011 1011001 1100100 101011 0 1000001 11001110 1100100 10001

Color Harmonies of #003359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003359

Black with #003359

Text Example


Text Example

White with #003359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003359; }

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

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

background-color css

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

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

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

border-color css

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

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

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