Html Css Color HEX #073872 Prussian Blue

📋 copy color: '#073872'

red 7 ◦ green 56 ◦ blue 114

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

Shades of Prussian Blue #073872

Tints of Prussian Blue #073872

RGB

 RED value IS 7 (3.13% from 255) = 3.95%

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

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

R = 3.95%
G = 31.64%
B = 64.41%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#073872 (or 0x073872) is known color: Prussian Blue. HEX triplet: 07, 38 and 72. RGB value is (7,56,114). Sum of RGB (Red+Green+Blue) = 7+56+114=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #073872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073872 is #F8C78D. Grayscale: #2F2F2F. Windows color (decimal): -16304014 or 7485447. OLE color: 7485447.

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

Color convert

RGB 7 56 114 -
CMYK 0.94 0.51 0 0.55
HSL 212.52º 0.88% 0.24% -
HSV(B) 212.52º 0.94% 0.45% -
XYZ 4.54 4.09 16.47 -
YUV 47.96 165.27 98.78 -
System Red Green Blue C M Y K H S L
Decimal 7 56 114 0.94 0.51 0 0.55 212.52 0.88 0.24
Hex 7 38 72 5E 33 0 37 D5 58 18
Octal 7 70 162 136 63 0 67 325 130 30
Binary 111 111000 1110010 1011110 110011 0 110111 11010101 1011000 11000

Color Harmonies of #073872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073872

Black with #073872

Text Example


Text Example

White with #073872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073872; }

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

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

background-color css

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

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

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

border-color css

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

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

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