Html Css Color HEX #013674 Prussian Blue

📋 copy color: '#013674'

red 1 ◦ green 54 ◦ blue 116

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

Shades of Prussian Blue #013674

Tints of Prussian Blue #013674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.58%

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

R = 0.58%
G = 31.58%
B = 67.84%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013674 (or 0x013674) is known color: Prussian Blue. HEX triplet: 01, 36 and 74. RGB value is (1,54,116). Sum of RGB (Red+Green+Blue) = 1+54+116=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #013674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013674 is #FEC98B. Grayscale: #2C2C2C. Windows color (decimal): -16697740 or 7616001. OLE color: 7616001.

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

Color convert

RGB 1 54 116 -
CMYK 0.99 0.53 0 0.55
HSL 212.35º 0.98% 0.23% -
HSV(B) 212.35º 0.99% 0.45% -
XYZ 4.48 3.91 17.04 -
YUV 45.22 167.94 96.46 -
System Red Green Blue C M Y K H S L
Decimal 1 54 116 0.99 0.53 0 0.55 212.35 0.98 0.23
Hex 1 36 74 63 35 0 37 D4 62 17
Octal 1 66 164 143 65 0 67 324 142 27
Binary 1 110110 1110100 1100011 110101 0 110111 11010100 1100010 10111

Color Harmonies of #013674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013674

Black with #013674

Text Example


Text Example

White with #013674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013674; }

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

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

background-color css

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

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

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

border-color css

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

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

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