Html Css Color HEX #003279 Prussian Blue

📋 copy color: '#003279'

red 0 ◦ green 50 ◦ blue 121

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

Shades of Prussian Blue #003279

Tints of Prussian Blue #003279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 70.76%

R = 0%
G = 29.24%
B = 70.76%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#003279 (or 0x003279) is known color: Prussian Blue. HEX triplet: 00, 32 and 79. RGB value is (0,50,121). Sum of RGB (Red+Green+Blue) = 0+50+121=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 121 (47.66% from 255 or 70.76% from 171); Max value from RGB is 121 - color contains mainly: blue. Hex color #003279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003279 is #FFCD86. Grayscale: #2A2A2A. Windows color (decimal): -16764295 or 7942656. OLE color: 7942656.

HSL color Cylindrical-coordinate representation of color #003279: hue angle of 215.21º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003279 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 50 121 -
CMYK 1 0.59 0 0.53
HSL 215.21º 1% 0.24% -
HSV(B) 215.21º 1% 0.47% -
XYZ 4.59 3.66 18.55 -
YUV 43.14 171.94 97.23 -
System Red Green Blue C M Y K H S L
Decimal 0 50 121 1 0.59 0 0.53 215.21 1 0.24
Hex 0 32 79 64 3B 0 35 D7 64 18
Octal 0 62 171 144 73 0 65 327 144 30
Binary 0 110010 1111001 1100100 111011 0 110101 11010111 1100100 11000

Color Harmonies of #003279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003279

Black with #003279

Text Example


Text Example

White with #003279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003279; }

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

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

background-color css

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

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

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

border-color css

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

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

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