Html Css Color HEX #073957 Prussian Blue

📋 copy color: '#073957'

red 7 ◦ green 57 ◦ blue 87

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

Shades of Prussian Blue #073957

Tints of Prussian Blue #073957

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.75%

 BLUE value IS 87 (34.38% from 255) = 57.62%

R = 4.64%
G = 37.75%
B = 57.62%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#073957 (or 0x073957) is known color: Prussian Blue. HEX triplet: 07, 39 and 57. RGB value is (7,57,87). Sum of RGB (Red+Green+Blue) = 7+57+87=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #073957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073957 is #F8C6A8. Grayscale: #2D2D2D. Windows color (decimal): -16303785 or 5716231. OLE color: 5716231.

HSL color Cylindrical-coordinate representation of color #073957: hue angle of 202.5º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073957 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 57 87 -
CMYK 0.92 0.34 0 0.66
HSL 202.5º 0.85% 0.18% -
HSV(B) 202.5º 0.92% 0.34% -
XYZ 3.27 3.66 9.55 -
YUV 45.47 151.44 100.56 -
System Red Green Blue C M Y K H S L
Decimal 7 57 87 0.92 0.34 0 0.66 202.5 0.85 0.18
Hex 7 39 57 5C 22 0 42 CA 55 12
Octal 7 71 127 134 42 0 102 312 125 22
Binary 111 111001 1010111 1011100 100010 0 1000010 11001010 1010101 10010

Color Harmonies of #073957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073957

Black with #073957

Text Example


Text Example

White with #073957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073957; }

 p { color: rgb(7,57,87); }

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

background-color css

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

 a { background-color: rgb(7,57,87); }

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

border-color css

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

 span { border-color: rgb(7,57,87); }

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