Html Css Color HEX #013279 Prussian Blue

📋 copy color: '#013279'

red 1 ◦ green 50 ◦ blue 121

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

Shades of Prussian Blue #013279

Tints of Prussian Blue #013279

RGB

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

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

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

R = 0.58%
G = 29.07%
B = 70.35%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#013279 (or 0x013279) is known color: Prussian Blue. HEX triplet: 01, 32 and 79. RGB value is (1,50,121). Sum of RGB (Red+Green+Blue) = 1+50+121=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 50 (19.92% from 255 or 29.07% 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 #013279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013279 is #FECD86. Grayscale: #2B2B2B. Windows color (decimal): -16698759 or 7942657. OLE color: 7942657.

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

Color convert

RGB 1 50 121 -
CMYK 0.99 0.59 0 0.53
HSL 215.5º 0.98% 0.24% -
HSV(B) 215.5º 0.99% 0.47% -
XYZ 4.6 3.67 18.55 -
YUV 43.44 171.77 97.73 -
System Red Green Blue C M Y K H S L
Decimal 1 50 121 0.99 0.59 0 0.53 215.5 0.98 0.24
Hex 1 32 79 63 3B 0 35 D8 62 18
Octal 1 62 171 143 73 0 65 330 142 30
Binary 1 110010 1111001 1100011 111011 0 110101 11011000 1100010 11000

Color Harmonies of #013279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013279

Black with #013279

Text Example


Text Example

White with #013279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013279; }

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

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

background-color css

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

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

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

border-color css

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

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

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