#07306F

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

Shades of Prussian Blue #07306F

Tints of Prussian Blue #07306F

Color information

#07306F (or 0x07306F) is unknown color: approx Prussian Blue. HEX triplet: 07, 30 and 6F. RGB value is (7,48,111). Sum of RGB (Red+Green+Blue) = 7+48+111=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 111 (43.75% from 255 or 66.87% from 166); Max value from RGB is 111 - color contains mainly: blue. Hex color #07306F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07306F is #F8CF90. Grayscale: #2A2A2A. Windows color (decimal): -16306065 or 7286791. OLE color: 7286791.

HSL color Cylindrical-coordinate representation of color #07306F: hue angle of 216.35º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07306F is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB748111-
CMYK0.940.5700.56
HSL216.35º88.14%23.14%-
HSV(B)216.35º93.69%43.53%-
XYZ4.013.3115.47-
YUV42.92166.42102.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.22%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 111 (43.75% from 255) = 66.87%
R=4.22%
G=28.92%
B=66.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7481110.940.5700.56216.3588.1423.14
Hex7306F5E39038d85817
Octal7601571367107033013027
Binary11111000011011111011110111001011100011011000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07306F; }

 p { color: rgb(7,48,111); }

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

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

 a { background-color: rgb(7,48,111); }

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

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

 span { border-color: rgb(7,48,111); }

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