Html Css Color HEX #07306D Prussian Blue

📋 copy color: '#07306D'

red 7 ◦ green 48 ◦ blue 109

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

Shades of Prussian Blue #07306D

Tints of Prussian Blue #07306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.27%

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

R = 4.27%
G = 29.27%
B = 66.46%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#07306D (or 0x07306D) is known color: Prussian Blue. HEX triplet: 07, 30 and 6D. RGB value is (7,48,109). Sum of RGB (Red+Green+Blue) = 7+48+109=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #07306D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07306D is #F8CF92. Grayscale: #2A2A2A. Windows color (decimal): -16306067 or 7155719. OLE color: 7155719.

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

Color convert

RGB 7 48 109 -
CMYK 0.94 0.56 0 0.57
HSL 215.88º 0.88% 0.23% -
HSV(B) 215.88º 0.94% 0.43% -
XYZ 3.9 3.26 14.89 -
YUV 42.7 165.42 102.54 -
System Red Green Blue C M Y K H S L
Decimal 7 48 109 0.94 0.56 0 0.57 215.88 0.88 0.23
Hex 7 30 6D 5E 38 0 39 D8 58 17
Octal 7 60 155 136 70 0 71 330 130 27
Binary 111 110000 1101101 1011110 111000 0 111001 11011000 1011000 10111

Color Harmonies of #07306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07306D

Black with #07306D

Text Example


Text Example

White with #07306D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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