Html Css Color HEX #013374 Prussian Blue

📋 copy color: '#013374'

red 1 ◦ green 51 ◦ blue 116

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

Shades of Prussian Blue #013374

Tints of Prussian Blue #013374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.36%

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

R = 0.6%
G = 30.36%
B = 69.05%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013374 (or 0x013374) is known color: Prussian Blue. HEX triplet: 01, 33 and 74. RGB value is (1,51,116). Sum of RGB (Red+Green+Blue) = 1+51+116=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 116 (45.70% from 255 or 69.05% from 168); Max value from RGB is 116 - color contains mainly: blue. Hex color #013374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013374 is #FECC8B. Grayscale: #2B2B2B. Windows color (decimal): -16698508 or 7615233. OLE color: 7615233.

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

Color convert

RGB 1 51 116 -
CMYK 0.99 0.56 0 0.55
HSL 213.91º 0.98% 0.23% -
HSV(B) 213.91º 0.99% 0.45% -
XYZ 4.35 3.64 17 -
YUV 43.46 168.94 97.71 -
System Red Green Blue C M Y K H S L
Decimal 1 51 116 0.99 0.56 0 0.55 213.91 0.98 0.23
Hex 1 33 74 63 38 0 37 D6 62 17
Octal 1 63 164 143 70 0 67 326 142 27
Binary 1 110011 1110100 1100011 111000 0 110111 11010110 1100010 10111

Color Harmonies of #013374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013374

Black with #013374

Text Example


Text Example

White with #013374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013374; }

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

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

background-color css

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

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

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

border-color css

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

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

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