Html Css Color HEX #073750 Prussian Blue

📋 copy color: '#073750'

red 7 ◦ green 55 ◦ blue 80

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

Shades of Prussian Blue #073750

Tints of Prussian Blue #073750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 38.73%

 BLUE value IS 80 (31.64% from 255) = 56.34%

R = 4.93%
G = 38.73%
B = 56.34%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#073750 (or 0x073750) is known color: Prussian Blue. HEX triplet: 07, 37 and 50. RGB value is (7,55,80). Sum of RGB (Red+Green+Blue) = 7+55+80=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #073750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073750 is #F8C8AF. Grayscale: #2B2B2B. Windows color (decimal): -16304304 or 5256967. OLE color: 5256967.

HSL color Cylindrical-coordinate representation of color #073750: hue angle of 200.55º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073750 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 55 80 -
CMYK 0.91 0.31 0 0.69
HSL 200.55º 0.84% 0.17% -
HSV(B) 200.55º 0.91% 0.31% -
XYZ 2.9 3.36 8.08 -
YUV 43.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 7 55 80 0.91 0.31 0 0.69 200.55 0.84 0.17
Hex 7 37 50 5B 1F 0 45 C9 54 11
Octal 7 67 120 133 37 0 105 311 124 21
Binary 111 110111 1010000 1011011 11111 0 1000101 11001001 1010100 10001

Color Harmonies of #073750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073750

Black with #073750

Text Example


Text Example

White with #073750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073750; }

 p { color: rgb(7,55,80); }

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

background-color css

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

 a { background-color: rgb(7,55,80); }

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

border-color css

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

 span { border-color: rgb(7,55,80); }

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