Html Css Color HEX #013376 Prussian Blue

📋 copy color: '#013376'

red 1 ◦ green 51 ◦ blue 118

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

Shades of Prussian Blue #013376

Tints of Prussian Blue #013376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 69.41%

R = 0.59%
G = 30%
B = 69.41%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#013376 (or 0x013376) is known color: Prussian Blue. HEX triplet: 01, 33 and 76. RGB value is (1,51,118). Sum of RGB (Red+Green+Blue) = 1+51+118=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 118 (46.48% from 255 or 69.41% from 170); Max value from RGB is 118 - color contains mainly: blue. Hex color #013376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013376 is #FECC89. Grayscale: #2B2B2B. Windows color (decimal): -16698506 or 7746305. OLE color: 7746305.

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

Color convert

RGB 1 51 118 -
CMYK 0.99 0.57 0 0.54
HSL 214.36º 0.98% 0.23% -
HSV(B) 214.36º 0.99% 0.46% -
XYZ 4.47 3.68 17.61 -
YUV 43.69 169.94 97.55 -
System Red Green Blue C M Y K H S L
Decimal 1 51 118 0.99 0.57 0 0.54 214.36 0.98 0.23
Hex 1 33 76 63 39 0 36 D6 62 17
Octal 1 63 166 143 71 0 66 326 142 27
Binary 1 110011 1110110 1100011 111001 0 110110 11010110 1100010 10111

Color Harmonies of #013376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013376

Black with #013376

Text Example


Text Example

White with #013376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013376; }

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

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

background-color css

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

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

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

border-color css

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

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

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