Html Css Color HEX #07386D Prussian Blue

📋 copy color: '#07386D'

red 7 ◦ green 56 ◦ blue 109

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

Shades of Prussian Blue #07386D

Tints of Prussian Blue #07386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.56%

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

R = 4.07%
G = 32.56%
B = 63.37%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#07386D (or 0x07386D) is known color: Prussian Blue. HEX triplet: 07, 38 and 6D. RGB value is (7,56,109). Sum of RGB (Red+Green+Blue) = 7+56+109=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #07386D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07386D is #F8C792. Grayscale: #2F2F2F. Windows color (decimal): -16304019 or 7157767. OLE color: 7157767.

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

Color convert

RGB 7 56 109 -
CMYK 0.94 0.49 0 0.57
HSL 211.18º 0.88% 0.23% -
HSV(B) 211.18º 0.94% 0.43% -
XYZ 4.26 3.98 15.01 -
YUV 47.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 7 56 109 0.94 0.49 0 0.57 211.18 0.88 0.23
Hex 7 38 6D 5E 31 0 39 D3 58 17
Octal 7 70 155 136 61 0 71 323 130 27
Binary 111 111000 1101101 1011110 110001 0 111001 11010011 1011000 10111

Color Harmonies of #07386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07386D

Black with #07386D

Text Example


Text Example

White with #07386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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