Html Css Color HEX #07345D Prussian Blue

📋 copy color: '#07345D'

red 7 ◦ green 52 ◦ blue 93

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

Shades of Prussian Blue #07345D

Tints of Prussian Blue #07345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.21%

 BLUE value IS 93 (36.72% from 255) = 61.18%

R = 4.61%
G = 34.21%
B = 61.18%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07345D (or 0x07345D) is known color: Prussian Blue. HEX triplet: 07, 34 and 5D. RGB value is (7,52,93). Sum of RGB (Red+Green+Blue) = 7+52+93=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #07345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07345D is #F8CBA2. Grayscale: #2B2B2B. Windows color (decimal): -16305059 or 6108167. OLE color: 6108167.

HSL color Cylindrical-coordinate representation of color #07345D: hue angle of 208.6º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07345D is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 52 93 -
CMYK 0.92 0.44 0 0.64
HSL 208.6º 0.86% 0.2% -
HSV(B) 208.6º 0.92% 0.36% -
XYZ 3.29 3.29 10.82 -
YUV 43.22 156.09 102.17 -
System Red Green Blue C M Y K H S L
Decimal 7 52 93 0.92 0.44 0 0.64 208.6 0.86 0.2
Hex 7 34 5D 5C 2C 0 40 D1 56 14
Octal 7 64 135 134 54 0 100 321 126 24
Binary 111 110100 1011101 1011100 101100 0 1000000 11010001 1010110 10100

Color Harmonies of #07345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07345D

Black with #07345D

Text Example


Text Example

White with #07345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,52,93); }

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

background-color css

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

 a { background-color: rgb(7,52,93); }

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

border-color css

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

 span { border-color: rgb(7,52,93); }

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