Html Css Color HEX #073675 Prussian Blue

📋 copy color: '#073675'

red 7 ◦ green 54 ◦ blue 117

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

Shades of Prussian Blue #073675

Tints of Prussian Blue #073675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.34%

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

R = 3.93%
G = 30.34%
B = 65.73%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#073675 (or 0x073675) is known color: Prussian Blue. HEX triplet: 07, 36 and 75. RGB value is (7,54,117). Sum of RGB (Red+Green+Blue) = 7+54+117=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #073675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073675 is #F8C98A. Grayscale: #2E2E2E. Windows color (decimal): -16304523 or 7681543. OLE color: 7681543.

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

Color convert

RGB 7 54 117 -
CMYK 0.94 0.54 0 0.54
HSL 214.36º 0.89% 0.24% -
HSV(B) 214.36º 0.94% 0.46% -
XYZ 4.62 3.97 17.35 -
YUV 47.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 7 54 117 0.94 0.54 0 0.54 214.36 0.89 0.24
Hex 7 36 75 5E 36 0 36 D6 59 18
Octal 7 66 165 136 66 0 66 326 131 30
Binary 111 110110 1110101 1011110 110110 0 110110 11010110 1011001 11000

Color Harmonies of #073675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073675

Black with #073675

Text Example


Text Example

White with #073675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073675; }

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

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

background-color css

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

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

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

border-color css

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

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

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