Html Css Color HEX #013475 Prussian Blue

📋 copy color: '#013475'

red 1 ◦ green 52 ◦ blue 117

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

Shades of Prussian Blue #013475

Tints of Prussian Blue #013475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 68.82%

R = 0.59%
G = 30.59%
B = 68.82%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#013475 (or 0x013475) is known color: Prussian Blue. HEX triplet: 01, 34 and 75. RGB value is (1,52,117). Sum of RGB (Red+Green+Blue) = 1+52+117=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #013475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013475 is #FECB8A. Grayscale: #2B2B2B. Windows color (decimal): -16698251 or 7681025. OLE color: 7681025.

HSL color Cylindrical-coordinate representation of color #013475: hue angle of 213.62º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013475 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 52 117 -
CMYK 0.99 0.56 0 0.54
HSL 213.62º 0.98% 0.23% -
HSV(B) 213.62º 0.99% 0.46% -
XYZ 4.45 3.75 17.32 -
YUV 44.16 169.1 97.21 -
System Red Green Blue C M Y K H S L
Decimal 1 52 117 0.99 0.56 0 0.54 213.62 0.98 0.23
Hex 1 34 75 63 38 0 36 D6 62 17
Octal 1 64 165 143 70 0 66 326 142 27
Binary 1 110100 1110101 1100011 111000 0 110110 11010110 1100010 10111

Color Harmonies of #013475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013475

Black with #013475

Text Example


Text Example

White with #013475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013475; }

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

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

background-color css

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

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

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

border-color css

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

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

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