Html Css Color HEX #013479 Prussian Blue

📋 copy color: '#013479'

red 1 ◦ green 52 ◦ blue 121

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

Shades of Prussian Blue #013479

Tints of Prussian Blue #013479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.89%

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

R = 0.57%
G = 29.89%
B = 69.54%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#013479 (or 0x013479) is known color: Prussian Blue. HEX triplet: 01, 34 and 79. RGB value is (1,52,121). Sum of RGB (Red+Green+Blue) = 1+52+121=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 121 (47.66% from 255 or 69.54% from 174); Max value from RGB is 121 - color contains mainly: blue. Hex color #013479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013479 is #FECB86. Grayscale: #2C2C2C. Windows color (decimal): -16698247 or 7943169. OLE color: 7943169.

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

Color convert

RGB 1 52 121 -
CMYK 0.99 0.57 0 0.53
HSL 214.5º 0.98% 0.24% -
HSV(B) 214.5º 0.99% 0.47% -
XYZ 4.69 3.84 18.58 -
YUV 44.62 171.1 96.89 -
System Red Green Blue C M Y K H S L
Decimal 1 52 121 0.99 0.57 0 0.53 214.5 0.98 0.24
Hex 1 34 79 63 39 0 35 D6 62 18
Octal 1 64 171 143 71 0 65 326 142 30
Binary 1 110100 1111001 1100011 111001 0 110101 11010110 1100010 11000

Color Harmonies of #013479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013479

Black with #013479

Text Example


Text Example

White with #013479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013479; }

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

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

background-color css

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

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

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

border-color css

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

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

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