Html Css Color HEX #073175 Prussian Blue

📋 copy color: '#073175'

red 7 ◦ green 49 ◦ blue 117

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

Shades of Prussian Blue #073175

Tints of Prussian Blue #073175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.32%

 BLUE value IS 117 (46.09% from 255) = 67.63%

R = 4.05%
G = 28.32%
B = 67.63%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#073175 (or 0x073175) is known color: Prussian Blue. HEX triplet: 07, 31 and 75. RGB value is (7,49,117). Sum of RGB (Red+Green+Blue) = 7+49+117=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #073175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073175 is #F8CE8A. Grayscale: #2B2B2B. Windows color (decimal): -16305803 or 7680263. OLE color: 7680263.

HSL color Cylindrical-coordinate representation of color #073175: hue angle of 217.09º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073175 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 49 117 -
CMYK 0.94 0.58 0 0.54
HSL 217.09º 0.89% 0.24% -
HSV(B) 217.09º 0.94% 0.46% -
XYZ 4.4 3.53 17.28 -
YUV 44.19 169.09 101.47 -
System Red Green Blue C M Y K H S L
Decimal 7 49 117 0.94 0.58 0 0.54 217.09 0.89 0.24
Hex 7 31 75 5E 3A 0 36 D9 59 18
Octal 7 61 165 136 72 0 66 331 131 30
Binary 111 110001 1110101 1011110 111010 0 110110 11011001 1011001 11000

Color Harmonies of #073175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073175

Black with #073175

Text Example


Text Example

White with #073175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073175; }

 p { color: rgb(7,49,117); }

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

background-color css

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

 a { background-color: rgb(7,49,117); }

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

border-color css

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

 span { border-color: rgb(7,49,117); }

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