Html Css Color HEX #013575 Prussian Blue

📋 copy color: '#013575'

red 1 ◦ green 53 ◦ blue 117

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

Shades of Prussian Blue #013575

Tints of Prussian Blue #013575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.99%

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

R = 0.58%
G = 30.99%
B = 68.42%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#013575 (or 0x013575) is known color: Prussian Blue. HEX triplet: 01, 35 and 75. RGB value is (1,53,117). Sum of RGB (Red+Green+Blue) = 1+53+117=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #013575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013575 is #FECA8A. Grayscale: #2C2C2C. Windows color (decimal): -16697995 or 7681281. OLE color: 7681281.

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

Color convert

RGB 1 53 117 -
CMYK 0.99 0.55 0 0.54
HSL 213.1º 0.98% 0.23% -
HSV(B) 213.1º 0.99% 0.46% -
XYZ 4.5 3.84 17.33 -
YUV 44.75 168.77 96.8 -
System Red Green Blue C M Y K H S L
Decimal 1 53 117 0.99 0.55 0 0.54 213.1 0.98 0.23
Hex 1 35 75 63 37 0 36 D5 62 17
Octal 1 65 165 143 67 0 66 325 142 27
Binary 1 110101 1110101 1100011 110111 0 110110 11010101 1100010 10111

Color Harmonies of #013575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013575

Black with #013575

Text Example


Text Example

White with #013575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013575; }

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

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

background-color css

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

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

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

border-color css

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

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

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