Html Css Color HEX #003873 Prussian Blue

📋 copy color: '#003873'

red 0 ◦ green 56 ◦ blue 115

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

Shades of Prussian Blue #003873

Tints of Prussian Blue #003873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 67.25%

R = 0%
G = 32.75%
B = 67.25%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#003873 (or 0x003873) is known color: Prussian Blue. HEX triplet: 00, 38 and 73. RGB value is (0,56,115). Sum of RGB (Red+Green+Blue) = 0+56+115=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #003873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003873 is #FFC78C. Grayscale: #2D2D2D. Windows color (decimal): -16762765 or 7550976. OLE color: 7550976.

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

Color convert

RGB 0 56 115 -
CMYK 1 0.51 0 0.55
HSL 210.78º 1% 0.23% -
HSV(B) 210.78º 1% 0.45% -
XYZ 4.51 4.07 16.77 -
YUV 45.98 166.95 95.2 -
System Red Green Blue C M Y K H S L
Decimal 0 56 115 1 0.51 0 0.55 210.78 1 0.23
Hex 0 38 73 64 33 0 37 D3 64 17
Octal 0 70 163 144 63 0 67 323 144 27
Binary 0 111000 1110011 1100100 110011 0 110111 11010011 1100100 10111

Color Harmonies of #003873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003873

Black with #003873

Text Example


Text Example

White with #003873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003873; }

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

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

background-color css

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

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

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

border-color css

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

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

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