Html Css Color HEX #07325F Prussian Blue

📋 copy color: '#07325F'

red 7 ◦ green 50 ◦ blue 95

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

Shades of Prussian Blue #07325F

Tints of Prussian Blue #07325F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.89%

 BLUE value IS 95 (37.5% from 255) = 62.5%

R = 4.61%
G = 32.89%
B = 62.5%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#07325F (or 0x07325F) is known color: Prussian Blue. HEX triplet: 07, 32 and 5F. RGB value is (7,50,95). Sum of RGB (Red+Green+Blue) = 7+50+95=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #07325F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07325F is #F8CDA0. Grayscale: #2A2A2A. Windows color (decimal): -16305569 or 6238727. OLE color: 6238727.

HSL color Cylindrical-coordinate representation of color #07325F: hue angle of 210.68º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07325F is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 50 95 -
CMYK 0.93 0.47 0 0.63
HSL 210.68º 0.86% 0.2% -
HSV(B) 210.68º 0.93% 0.37% -
XYZ 3.29 3.15 11.26 -
YUV 42.27 157.75 102.84 -
System Red Green Blue C M Y K H S L
Decimal 7 50 95 0.93 0.47 0 0.63 210.68 0.86 0.2
Hex 7 32 5F 5D 2F 0 3F D3 56 14
Octal 7 62 137 135 57 0 77 323 126 24
Binary 111 110010 1011111 1011101 101111 0 111111 11010011 1010110 10100

Color Harmonies of #07325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07325F

Black with #07325F

Text Example


Text Example

White with #07325F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,50,95); }

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

background-color css

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

 a { background-color: rgb(7,50,95); }

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

border-color css

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

 span { border-color: rgb(7,50,95); }

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