Html Css Color HEX #013278 Prussian Blue

📋 copy color: '#013278'

red 1 ◦ green 50 ◦ blue 120

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

Shades of Prussian Blue #013278

Tints of Prussian Blue #013278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 70.18%

R = 0.58%
G = 29.24%
B = 70.18%

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

#013278 (or 0x013278) is known color: Prussian Blue. HEX triplet: 01, 32 and 78. RGB value is (1,50,120). Sum of RGB (Red+Green+Blue) = 1+50+120=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #013278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013278 is #FECD87. Grayscale: #2B2B2B. Windows color (decimal): -16698760 or 7877121. OLE color: 7877121.

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

Color convert

RGB 1 50 120 -
CMYK 0.99 0.58 0 0.53
HSL 215.29º 0.98% 0.24% -
HSV(B) 215.29º 0.99% 0.47% -
XYZ 4.54 3.64 18.23 -
YUV 43.33 171.27 97.81 -
System Red Green Blue C M Y K H S L
Decimal 1 50 120 0.99 0.58 0 0.53 215.29 0.98 0.24
Hex 1 32 78 63 3A 0 35 D7 62 18
Octal 1 62 170 143 72 0 65 327 142 30
Binary 1 110010 1111000 1100011 111010 0 110101 11010111 1100010 11000

Color Harmonies of #013278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013278

Black with #013278

Text Example


Text Example

White with #013278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013278; }

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

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

background-color css

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

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

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

border-color css

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

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

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