Html Css Color HEX #013876 Prussian Blue

📋 copy color: '#013876'

red 1 ◦ green 56 ◦ blue 118

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

Shades of Prussian Blue #013876

Tints of Prussian Blue #013876

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32%

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

R = 0.57%
G = 32%
B = 67.43%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#013876 (or 0x013876) is known color: Prussian Blue. HEX triplet: 01, 38 and 76. RGB value is (1,56,118). Sum of RGB (Red+Green+Blue) = 1+56+118=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 118 (46.48% from 255 or 67.43% from 175); Max value from RGB is 118 - color contains mainly: blue. Hex color #013876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013876 is #FEC789. Grayscale: #2E2E2E. Windows color (decimal): -16697226 or 7747585. OLE color: 7747585.

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

Color convert

RGB 1 56 118 -
CMYK 0.99 0.53 0 0.54
HSL 211.79º 0.98% 0.23% -
HSV(B) 211.79º 0.99% 0.46% -
XYZ 4.7 4.14 17.69 -
YUV 46.62 168.28 95.46 -
System Red Green Blue C M Y K H S L
Decimal 1 56 118 0.99 0.53 0 0.54 211.79 0.98 0.23
Hex 1 38 76 63 35 0 36 D4 62 17
Octal 1 70 166 143 65 0 66 324 142 27
Binary 1 111000 1110110 1100011 110101 0 110110 11010100 1100010 10111

Color Harmonies of #013876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013876

Black with #013876

Text Example


Text Example

White with #013876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013876; }

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

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

background-color css

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

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

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

border-color css

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

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

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