Html Css Color HEX #003379 Prussian Blue

📋 copy color: '#003379'

red 0 ◦ green 51 ◦ blue 121

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

Shades of Prussian Blue #003379

Tints of Prussian Blue #003379

RGB

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

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

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

R = 0%
G = 29.65%
B = 70.35%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#003379 (or 0x003379) is known color: Prussian Blue. HEX triplet: 00, 33 and 79. RGB value is (0,51,121). Sum of RGB (Red+Green+Blue) = 0+51+121=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 121 (47.66% from 255 or 70.35% from 172); Max value from RGB is 121 - color contains mainly: blue. Hex color #003379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003379 is #FFCC86. Grayscale: #2B2B2B. Windows color (decimal): -16764039 or 7942912. OLE color: 7942912.

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

Color convert

RGB 0 51 121 -
CMYK 1 0.58 0 0.53
HSL 214.71º 1% 0.24% -
HSV(B) 214.71º 1% 0.47% -
XYZ 4.64 3.75 18.57 -
YUV 43.73 171.6 96.81 -
System Red Green Blue C M Y K H S L
Decimal 0 51 121 1 0.58 0 0.53 214.71 1 0.24
Hex 0 33 79 64 3A 0 35 D7 64 18
Octal 0 63 171 144 72 0 65 327 144 30
Binary 0 110011 1111001 1100100 111010 0 110101 11010111 1100100 11000

Color Harmonies of #003379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003379

Black with #003379

Text Example


Text Example

White with #003379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003379; }

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

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

background-color css

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

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

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

border-color css

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

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

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