Html Css Color HEX #073375 Prussian Blue

📋 copy color: '#073375'

red 7 ◦ green 51 ◦ blue 117

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

Shades of Prussian Blue #073375

Tints of Prussian Blue #073375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

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

R = 4%
G = 29.14%
B = 66.86%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#073375 (or 0x073375) is known color: Prussian Blue. HEX triplet: 07, 33 and 75. RGB value is (7,51,117). Sum of RGB (Red+Green+Blue) = 7+51+117=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #073375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073375 is #F8CC8A. Grayscale: #2D2D2D. Windows color (decimal): -16305291 or 7680775. OLE color: 7680775.

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

Color convert

RGB 7 51 117 -
CMYK 0.94 0.56 0 0.54
HSL 216º 0.89% 0.24% -
HSV(B) 216º 0.94% 0.46% -
XYZ 4.48 3.7 17.31 -
YUV 45.37 168.42 100.63 -
System Red Green Blue C M Y K H S L
Decimal 7 51 117 0.94 0.56 0 0.54 216 0.89 0.24
Hex 7 33 75 5E 38 0 36 D8 59 18
Octal 7 63 165 136 70 0 66 330 131 30
Binary 111 110011 1110101 1011110 111000 0 110110 11011000 1011001 11000

Color Harmonies of #073375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073375

Black with #073375

Text Example


Text Example

White with #073375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073375; }

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

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

background-color css

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

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

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

border-color css

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

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

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