Html Css Color HEX #07396F Prussian Blue

📋 copy color: '#07396F'

red 7 ◦ green 57 ◦ blue 111

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

Shades of Prussian Blue #07396F

Tints of Prussian Blue #07396F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 63.43%

R = 4%
G = 32.57%
B = 63.43%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#07396F (or 0x07396F) is known color: Prussian Blue. HEX triplet: 07, 39 and 6F. RGB value is (7,57,111). Sum of RGB (Red+Green+Blue) = 7+57+111=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #07396F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07396F is #F8C690. Grayscale: #2F2F2F. Windows color (decimal): -16303761 or 7289095. OLE color: 7289095.

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

Color convert

RGB 7 57 111 -
CMYK 0.94 0.49 0 0.56
HSL 211.15º 0.88% 0.23% -
HSV(B) 211.15º 0.94% 0.44% -
XYZ 4.42 4.12 15.6 -
YUV 48.21 163.44 98.61 -
System Red Green Blue C M Y K H S L
Decimal 7 57 111 0.94 0.49 0 0.56 211.15 0.88 0.23
Hex 7 39 6F 5E 31 0 38 D3 58 17
Octal 7 71 157 136 61 0 70 323 130 27
Binary 111 111001 1101111 1011110 110001 0 111000 11010011 1011000 10111

Color Harmonies of #07396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07396F

Black with #07396F

Text Example


Text Example

White with #07396F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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