Html Css Color HEX #003872 Prussian Blue

📋 copy color: '#003872'

red 0 ◦ green 56 ◦ blue 114

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

Shades of Prussian Blue #003872

Tints of Prussian Blue #003872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 67.06%

R = 0%
G = 32.94%
B = 67.06%

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

#003872 (or 0x003872) is known color: Prussian Blue. HEX triplet: 00, 38 and 72. RGB value is (0,56,114). Sum of RGB (Red+Green+Blue) = 0+56+114=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 114 (44.92% from 255 or 67.06% from 170); Max value from RGB is 114 - color contains mainly: blue. Hex color #003872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003872 is #FFC78D. Grayscale: #2D2D2D. Windows color (decimal): -16762766 or 7485440. OLE color: 7485440.

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

Color convert

RGB 0 56 114 -
CMYK 1 0.51 0 0.55
HSL 210.53º 1% 0.22% -
HSV(B) 210.53º 1% 0.45% -
XYZ 4.45 4.04 16.47 -
YUV 45.87 166.45 95.28 -
System Red Green Blue C M Y K H S L
Decimal 0 56 114 1 0.51 0 0.55 210.53 1 0.22
Hex 0 38 72 64 33 0 37 D3 64 16
Octal 0 70 162 144 63 0 67 323 144 26
Binary 0 111000 1110010 1100100 110011 0 110111 11010011 1100100 10110

Color Harmonies of #003872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003872

Black with #003872

Text Example


Text Example

White with #003872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003872; }

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

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

background-color css

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

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

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

border-color css

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

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

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