Html Css Color HEX #073457 Prussian Blue

📋 copy color: '#073457'

red 7 ◦ green 52 ◦ blue 87

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

Shades of Prussian Blue #073457

Tints of Prussian Blue #073457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.62%

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

R = 4.79%
G = 35.62%
B = 59.59%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#073457 (or 0x073457) is known color: Prussian Blue. HEX triplet: 07, 34 and 57. RGB value is (7,52,87). Sum of RGB (Red+Green+Blue) = 7+52+87=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 87 (34.38% from 255 or 59.59% from 146); Max value from RGB is 87 - color contains mainly: blue. Hex color #073457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073457 is #F8CBA8. Grayscale: #2A2A2A. Windows color (decimal): -16305065 or 5714951. OLE color: 5714951.

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

Color convert

RGB 7 52 87 -
CMYK 0.92 0.40 0 0.66
HSL 206.25º 0.85% 0.18% -
HSV(B) 206.25º 0.92% 0.34% -
XYZ 3.04 3.19 9.47 -
YUV 42.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 7 52 87 0.92 0.40 0 0.66 206.25 0.85 0.18
Hex 7 34 57 5C 28 0 42 CE 55 12
Octal 7 64 127 134 50 0 102 316 125 22
Binary 111 110100 1010111 1011100 101000 0 1000010 11001110 1010101 10010

Color Harmonies of #073457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073457

Black with #073457

Text Example


Text Example

White with #073457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073457; }

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

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

background-color css

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

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

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

border-color css

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

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

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