Html Css Color HEX #07396E Prussian Blue

📋 copy color: '#07396E'

red 7 ◦ green 57 ◦ blue 110

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

Shades of Prussian Blue #07396E

Tints of Prussian Blue #07396E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 63.22%

R = 4.02%
G = 32.76%
B = 63.22%

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

#07396E (or 0x07396E) is known color: Prussian Blue. HEX triplet: 07, 39 and 6E. RGB value is (7,57,110). Sum of RGB (Red+Green+Blue) = 7+57+110=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 110 (43.36% from 255 or 63.22% from 174); Max value from RGB is 110 - color contains mainly: blue. Hex color #07396E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07396E is #F8C691. Grayscale: #2F2F2F. Windows color (decimal): -16303762 or 7223559. OLE color: 7223559.

HSL color Cylindrical-coordinate representation of color #07396E: hue angle of 210.87º 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 #07396E is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 57 110 -
CMYK 0.94 0.48 0 0.57
HSL 210.87º 0.88% 0.23% -
HSV(B) 210.87º 0.94% 0.43% -
XYZ 4.37 4.1 15.31 -
YUV 48.09 162.94 98.69 -
System Red Green Blue C M Y K H S L
Decimal 7 57 110 0.94 0.48 0 0.57 210.87 0.88 0.23
Hex 7 39 6E 5E 30 0 39 D3 58 17
Octal 7 71 156 136 60 0 71 323 130 27
Binary 111 111001 1101110 1011110 110000 0 111001 11010011 1011000 10111

Color Harmonies of #07396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07396E

Black with #07396E

Text Example


Text Example

White with #07396E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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