Html Css Color HEX #013477 Prussian Blue

📋 copy color: '#013477'

red 1 ◦ green 52 ◦ blue 119

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

Shades of Prussian Blue #013477

Tints of Prussian Blue #013477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 69.19%

R = 0.58%
G = 30.23%
B = 69.19%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#013477 (or 0x013477) is known color: Prussian Blue. HEX triplet: 01, 34 and 77. RGB value is (1,52,119). Sum of RGB (Red+Green+Blue) = 1+52+119=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #013477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013477 is #FECB88. Grayscale: #2C2C2C. Windows color (decimal): -16698249 or 7812097. OLE color: 7812097.

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

Color convert

RGB 1 52 119 -
CMYK 0.99 0.56 0 0.53
HSL 214.07º 0.98% 0.24% -
HSV(B) 214.07º 0.99% 0.47% -
XYZ 4.57 3.79 17.94 -
YUV 44.39 170.1 97.05 -
System Red Green Blue C M Y K H S L
Decimal 1 52 119 0.99 0.56 0 0.53 214.07 0.98 0.24
Hex 1 34 77 63 38 0 35 D6 62 18
Octal 1 64 167 143 70 0 65 326 142 30
Binary 1 110100 1110111 1100011 111000 0 110101 11010110 1100010 11000

Color Harmonies of #013477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013477

Black with #013477

Text Example


Text Example

White with #013477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013477; }

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

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

background-color css

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

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

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

border-color css

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

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

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