Html Css Color HEX #003876 Prussian Blue

📋 copy color: '#003876'

red 0 ◦ green 56 ◦ blue 118

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

Shades of Prussian Blue #003876

Tints of Prussian Blue #003876

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 32.18%
B = 67.82%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#003876 (or 0x003876) is known color: Prussian Blue. HEX triplet: 00, 38 and 76. RGB value is (0,56,118). Sum of RGB (Red+Green+Blue) = 0+56+118=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #003876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003876 is #FFC789. Grayscale: #2E2E2E. Windows color (decimal): -16762762 or 7747584. OLE color: 7747584.

HSL color Cylindrical-coordinate representation of color #003876: hue angle of 211.53º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003876 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 56 118 -
CMYK 1 0.53 0 0.54
HSL 211.53º 1% 0.23% -
HSV(B) 211.53º 1% 0.46% -
XYZ 4.68 4.14 17.69 -
YUV 46.32 168.45 94.96 -
System Red Green Blue C M Y K H S L
Decimal 0 56 118 1 0.53 0 0.54 211.53 1 0.23
Hex 0 38 76 64 35 0 36 D4 64 17
Octal 0 70 166 144 65 0 66 324 144 27
Binary 0 111000 1110110 1100100 110101 0 110110 11010100 1100100 10111

Color Harmonies of #003876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003876

Black with #003876

Text Example


Text Example

White with #003876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003876; }

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

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

background-color css

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

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

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

border-color css

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

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

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