#07316B

Color #07316B Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #07316B

Tints of Prussian Blue #07316B

Color information

#07316B (or 0x07316B) is unknown color: approx Prussian Blue. HEX triplet: 07, 31 and 6B. RGB value is (7,49,107). Sum of RGB (Red+Green+Blue) = 7+49+107=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 107 (42.19% from 255 or 65.64% from 163); Max value from RGB is 107 - color contains mainly: blue. Hex color #07316B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07316B is #F8CE94. Grayscale: #2A2A2A. Windows color (decimal): -16305813 or 7024903. OLE color: 7024903.

HSL color Cylindrical-coordinate representation of color #07316B: hue angle of 214.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07316B is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB749107-
CMYK0.930.5400.58
HSL214.8º87.72%22.35%-
HSV(B)214.8º93.46%41.96%-
XYZ3.843.314.35-
YUV43.05164.09102.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.29%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 107 (42.19% from 255) = 65.64%
R=4.29%
G=30.06%
B=65.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7491070.930.5400.58214.887.7222.35
Hex7316B5D3603Ad75816
Octal7611531356607232713026
Binary11111000111010111011101110110011101011010111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07316B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07316B; }

 p { color: rgb(7,49,107); }

 H1.HeaderClassName
 {
   color: #07316B;
 }
 .AnyTagClassName
 {
   color: #07316B;
 }
</style>
background-color css

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

 a { background-color: rgb(7,49,107); }

 div.DivClassName
 {
   background-color: #07316B;
 }
 .BgClassName
 {
   background-color: #07316B;
 }
</style>
border-color css

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

 span { border-color: rgb(7,49,107); }

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