Html Css Color HEX #013474 Prussian Blue

📋 copy color: '#013474'

red 1 ◦ green 52 ◦ blue 116

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

Shades of Prussian Blue #013474

Tints of Prussian Blue #013474

RGB

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

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

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

R = 0.59%
G = 30.77%
B = 68.64%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013474 (or 0x013474) is known color: Prussian Blue. HEX triplet: 01, 34 and 74. RGB value is (1,52,116). Sum of RGB (Red+Green+Blue) = 1+52+116=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 116 (45.70% from 255 or 68.64% from 169); Max value from RGB is 116 - color contains mainly: blue. Hex color #013474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013474 is #FECB8B. Grayscale: #2B2B2B. Windows color (decimal): -16698252 or 7615489. OLE color: 7615489.

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

Color convert

RGB 1 52 116 -
CMYK 0.99 0.55 0 0.55
HSL 213.39º 0.98% 0.23% -
HSV(B) 213.39º 0.99% 0.45% -
XYZ 4.39 3.72 17.01 -
YUV 44.05 168.6 97.3 -
System Red Green Blue C M Y K H S L
Decimal 1 52 116 0.99 0.55 0 0.55 213.39 0.98 0.23
Hex 1 34 74 63 37 0 37 D5 62 17
Octal 1 64 164 143 67 0 67 325 142 27
Binary 1 110100 1110100 1100011 110111 0 110111 11010101 1100010 10111

Color Harmonies of #013474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013474

Black with #013474

Text Example


Text Example

White with #013474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013474; }

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

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

background-color css

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

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

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

border-color css

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

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

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