Html Css Color HEX #073357 Prussian Blue

📋 copy color: '#073357'

red 7 ◦ green 51 ◦ blue 87

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

Shades of Prussian Blue #073357

Tints of Prussian Blue #073357

RGB

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

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

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

R = 4.83%
G = 35.17%
B = 60%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#073357 (or 0x073357) is known color: Prussian Blue. HEX triplet: 07, 33 and 57. RGB value is (7,51,87). Sum of RGB (Red+Green+Blue) = 7+51+87=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #073357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073357 is #F8CCA8. Grayscale: #292929. Windows color (decimal): -16305321 or 5714695. OLE color: 5714695.

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

Color convert

RGB 7 51 87 -
CMYK 0.92 0.41 0 0.66
HSL 207º 0.85% 0.18% -
HSV(B) 207º 0.92% 0.34% -
XYZ 2.99 3.1 9.46 -
YUV 41.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 7 51 87 0.92 0.41 0 0.66 207 0.85 0.18
Hex 7 33 57 5C 29 0 42 CF 55 12
Octal 7 63 127 134 51 0 102 317 125 22
Binary 111 110011 1010111 1011100 101001 0 1000010 11001111 1010101 10010

Color Harmonies of #073357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073357

Black with #073357

Text Example


Text Example

White with #073357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073357; }

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

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

background-color css

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

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

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

border-color css

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

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

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