Html Css Color HEX #013174 Prussian Blue

📋 copy color: '#013174'

red 1 ◦ green 49 ◦ blue 116

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

Shades of Prussian Blue #013174

Tints of Prussian Blue #013174

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.52%

 BLUE value IS 116 (45.7% from 255) = 69.88%

R = 0.6%
G = 29.52%
B = 69.88%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013174 (or 0x013174) is known color: Prussian Blue. HEX triplet: 01, 31 and 74. RGB value is (1,49,116). Sum of RGB (Red+Green+Blue) = 1+49+116=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 116 (45.70% from 255 or 69.88% from 166); Max value from RGB is 116 - color contains mainly: blue. Hex color #013174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013174 is #FECE8B. Grayscale: #292929. Windows color (decimal): -16699020 or 7614721. OLE color: 7614721.

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

Color convert

RGB 1 49 116 -
CMYK 0.99 0.58 0 0.55
HSL 214.96º 0.98% 0.23% -
HSV(B) 214.96º 0.99% 0.45% -
XYZ 4.26 3.46 16.97 -
YUV 42.29 169.6 98.55 -
System Red Green Blue C M Y K H S L
Decimal 1 49 116 0.99 0.58 0 0.55 214.96 0.98 0.23
Hex 1 31 74 63 3A 0 37 D7 62 17
Octal 1 61 164 143 72 0 67 327 142 27
Binary 1 110001 1110100 1100011 111010 0 110111 11010111 1100010 10111

Color Harmonies of #013174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013174

Black with #013174

Text Example


Text Example

White with #013174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013174; }

 p { color: rgb(1,49,116); }

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

background-color css

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

 a { background-color: rgb(1,49,116); }

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

border-color css

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

 span { border-color: rgb(1,49,116); }

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