Html Css Color HEX #013775 Prussian Blue

📋 copy color: '#013775'

red 1 ◦ green 55 ◦ blue 117

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

Shades of Prussian Blue #013775

Tints of Prussian Blue #013775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.79%

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

R = 0.58%
G = 31.79%
B = 67.63%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#013775 (or 0x013775) is known color: Prussian Blue. HEX triplet: 01, 37 and 75. RGB value is (1,55,117). Sum of RGB (Red+Green+Blue) = 1+55+117=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #013775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013775 is #FEC88A. Grayscale: #2D2D2D. Windows color (decimal): -16697483 or 7681793. OLE color: 7681793.

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

Color convert

RGB 1 55 117 -
CMYK 0.99 0.53 0 0.54
HSL 212.07º 0.98% 0.23% -
HSV(B) 212.07º 0.99% 0.46% -
XYZ 4.59 4.02 17.36 -
YUV 45.92 168.11 95.96 -
System Red Green Blue C M Y K H S L
Decimal 1 55 117 0.99 0.53 0 0.54 212.07 0.98 0.23
Hex 1 37 75 63 35 0 36 D4 62 17
Octal 1 67 165 143 65 0 66 324 142 27
Binary 1 110111 1110101 1100011 110101 0 110110 11010100 1100010 10111

Color Harmonies of #013775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013775

Black with #013775

Text Example


Text Example

White with #013775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013775; }

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

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

background-color css

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

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

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

border-color css

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

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

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