Html Css Color HEX #07396D Prussian Blue

📋 copy color: '#07396D'

red 7 ◦ green 57 ◦ blue 109

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

Shades of Prussian Blue #07396D

Tints of Prussian Blue #07396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.95%

 BLUE value IS 109 (42.97% from 255) = 63.01%

R = 4.05%
G = 32.95%
B = 63.01%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#07396D (or 0x07396D) is known color: Prussian Blue. HEX triplet: 07, 39 and 6D. RGB value is (7,57,109). Sum of RGB (Red+Green+Blue) = 7+57+109=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #07396D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07396D is #F8C692. Grayscale: #2F2F2F. Windows color (decimal): -16303763 or 7158023. OLE color: 7158023.

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

Color convert

RGB 7 57 109 -
CMYK 0.94 0.48 0 0.57
HSL 210.59º 0.88% 0.23% -
HSV(B) 210.59º 0.94% 0.43% -
XYZ 4.31 4.08 15.03 -
YUV 47.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 7 57 109 0.94 0.48 0 0.57 210.59 0.88 0.23
Hex 7 39 6D 5E 30 0 39 D3 58 17
Octal 7 71 155 136 60 0 71 323 130 27
Binary 111 111001 1101101 1011110 110000 0 111001 11010011 1011000 10111

Color Harmonies of #07396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07396D

Black with #07396D

Text Example


Text Example

White with #07396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07396D; }

 p { color: rgb(7,57,109); }

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

background-color css

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

 a { background-color: rgb(7,57,109); }

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

border-color css

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

 span { border-color: rgb(7,57,109); }

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