Html Css Color HEX #013379 Prussian Blue

📋 copy color: '#013379'

red 1 ◦ green 51 ◦ blue 121

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

Shades of Prussian Blue #013379

Tints of Prussian Blue #013379

RGB

 RED value IS 1 (0.78% from 255) = 0.58%

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

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

R = 0.58%
G = 29.48%
B = 69.94%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#013379 (or 0x013379) is known color: Prussian Blue. HEX triplet: 01, 33 and 79. RGB value is (1,51,121). Sum of RGB (Red+Green+Blue) = 1+51+121=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 121 (47.66% from 255 or 69.94% from 173); Max value from RGB is 121 - color contains mainly: blue. Hex color #013379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013379 is #FECC86. Grayscale: #2B2B2B. Windows color (decimal): -16698503 or 7942913. OLE color: 7942913.

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

Color convert

RGB 1 51 121 -
CMYK 0.99 0.58 0 0.53
HSL 215º 0.98% 0.24% -
HSV(B) 215º 0.99% 0.47% -
XYZ 4.65 3.75 18.57 -
YUV 44.03 171.44 97.31 -
System Red Green Blue C M Y K H S L
Decimal 1 51 121 0.99 0.58 0 0.53 215 0.98 0.24
Hex 1 33 79 63 3A 0 35 D7 62 18
Octal 1 63 171 143 72 0 65 327 142 30
Binary 1 110011 1111001 1100011 111010 0 110101 11010111 1100010 11000

Color Harmonies of #013379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013379

Black with #013379

Text Example


Text Example

White with #013379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013379; }

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

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

background-color css

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

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

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

border-color css

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

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

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