Html Css Color HEX #073956 Prussian Blue

📋 copy color: '#073956'

red 7 ◦ green 57 ◦ blue 86

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

Shades of Prussian Blue #073956

Tints of Prussian Blue #073956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 57.33%

R = 4.67%
G = 38%
B = 57.33%

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

#073956 (or 0x073956) is known color: Prussian Blue. HEX triplet: 07, 39 and 56. RGB value is (7,57,86). Sum of RGB (Red+Green+Blue) = 7+57+86=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 86 (33.98% from 255 or 57.33% from 150); Max value from RGB is 86 - color contains mainly: blue. Hex color #073956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073956 is #F8C6A9. Grayscale: #2D2D2D. Windows color (decimal): -16303786 or 5650695. OLE color: 5650695.

HSL color Cylindrical-coordinate representation of color #073956: hue angle of 202.03º 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 #073956 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 57 86 -
CMYK 0.92 0.34 0 0.66
HSL 202.03º 0.85% 0.18% -
HSV(B) 202.03º 0.92% 0.34% -
XYZ 3.23 3.64 9.34 -
YUV 45.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 7 57 86 0.92 0.34 0 0.66 202.03 0.85 0.18
Hex 7 39 56 5C 22 0 42 CA 55 12
Octal 7 71 126 134 42 0 102 312 125 22
Binary 111 111001 1010110 1011100 100010 0 1000010 11001010 1010101 10010

Color Harmonies of #073956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073956

Black with #073956

Text Example


Text Example

White with #073956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073956; }

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

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

background-color css

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

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

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

border-color css

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

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

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